Multiple Choice
Variables defined inside a member function of a class have:
A) File scope.
B) Class scope.
C) Block scope.
D) Class or block scope, depending on whether the binary scope resolution operator (::) is used.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: An error occurs if:<br>A) A non-reference, non-const,
Q23: Which of the following preprocessor directives does
Q24: Member function definitions:<br>A) Always require the scope
Q25: For a non-constant member function of class
Q26: Which of the following statements is false
Q28: The code fragment: Increment::Increment(int c, int i)<br>:
Q29: Static member functions:<br>A) Can use the this
Q30: If Americans are objects of the same
Q31: When composition (one object having another object
Q32: If a member function of a class