Multiple Choice
A function other than the main function is executed
A) when it is first defined.
B) when its function prototype is encountered.
C) only once.
D) when the main function finishes executing.
E) whenever it is called.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: The value in _ local variable is
Q19: A function _ eliminates the need to
Q20: A void function is one that<br>A) has
Q21: Breaking a program up into a set
Q22: A function with a return type of
Q24: If a function has no return statement,
Q25: You may use the exit() function to
Q26: A function _ is a statement that
Q27: When you make a function call, the
Q28: The _ function causes the entire program