Multiple Choice
A local variable that is declared as ____ causes the program to keep the variable and its latest value even when the function that declared it is through executing.
A) auto
B) static
C) register
D) extern
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q40: C++ provides the capability of using the
Q41: The declaration statement for a function is
Q42: Because the variables created in a function
Q43: In addition to argument data types, _
Q44: The symbol _ represents the C++ s
Q45: In C++, function prototypes typically have _
Q46: While a function is executing, only variables
Q47: _ is the section of the program
Q48: A _ is the beginning of a
Q50: Local variables can be members only of