Multiple Choice
The value in ________ local variable is retained between function calls.
A) a global
B) an internal
C) a static
D) a dynamic
E) no
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: The _ statement causes a function to
Q14: A static local variable is one<br>A) whose
Q15: When used as a parameter, a _
Q16: When only a copy of an argument
Q17: A _ variable is defined inside the
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
Q23: A function other than the main function