See Correct Answer


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

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