Multiple Choice
A static local variable is used to
A) make a variable visible to several functions.
B) make a variable visible to only one function.
C) retain a value when a function is not executing.
D) b and c
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: What will be the output of the
Q12: Which of the following feature is not
Q13: What will be the output of the
Q14: The operators that cannot be overloaded is<br>A)*<br>B)-<br>C)::<br>D)()
Q15: When an argument is passed by reference<br>A)a
Q17: What is the compilation error for this
Q18: Objects of the string class<br>A)are zero-terminated.<br>B)can be
Q19: The extraction operator (>>) stops reading a
Q20: The compiler will complain if you try
Q21: What is value of size?<br>A)28<br>B)32<br>C)20<br>D)24