Interview Questions

Explain the scope resolution operator.

C++ Interview Questions and Answers


(Continued from previous question...)

Explain the scope resolution operator.

It permits a program to reference an identifier in the global scope that has been hidden by another identifier with the same name in the local scope.

(Continued on next question...)

Other Interview Questions