Multiple Choice
The unary scope resolution operator is used:
A) To access a global variable when a local variable of the same name is in scope.
B) To access any variable in an outer block when a local variable of the same name is in scope.
C) To access a global variable when it is out of scope.
D) To access a local variable with the same name as a global variable.
Correct Answer:

Verified
Correct Answer:
Verified
Q38: An activation record will be popped off
Q39: A recursive function is a function that:<br>A)
Q40: Functions can:<br>A) Be used as building blocks
Q41: All of the following are reasons to
Q42: [C++11]-Which of the following statements is false?<br>A)
Q43: Which of the following statements creates a
Q44: Which of the following is not included
Q46: The function prototype double mySqrt(int x);<br>A) Declares
Q47: What happens when two blocks, one nested
Q48: In regards to default arguments, which of