Question

Which of the following statements is false?
a. The number and order of arguments in a function call must match the number and order of parameters in the function definition's parameter list.
b. Every function body is delimited by an opening left brace and a closing right brace. Within the braces are one or more statements that perform the function's task(s).
c. When program execution reaches a function's closing brace, the function returns to its caller.
d. None of the above is false.

Answer

This answer is hidden. It contains 24 characters.