Question

Q1: 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.

Answer

This answer is hidden. It contains 13 characters.