Safcode Institute by Sir Safder


See Correct Answer


Functions cannot return more than one value at a time
A function can have multiple return statements with different return values
The main() function can be called recursively
The maximum number of arguments a function can take is 128

Correct Answer: The maximum number of arguments a function can take is 128