Multiple Choice
A static local variable is one
A) whose value never changes.
B) whose value is retained between function calls.
C) with the same name as a global variable.
D) whose scope is limited to the function it is defined in.
E) that is reinitialized each time the function it is defined in is called.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: In C++ global and local numeric variables
Q10: One reason for using functions is to
Q11: When a function needs access to an
Q13: The _ statement causes a function to
Q15: When used as a parameter, a _
Q16: When only a copy of an argument
Q17: A _ variable is defined inside the
Q18: The value in _ local variable is
Q19: It is possible for a function to
Q19: A function _ eliminates the need to