Explain the scope resolution operator.

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online C++ Programming Job Interview Questions And Answers