Answers

Question and Answer:

  Home  C++ Programming

⟩ 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.

 172 views

More Questions for you: