C++ Programming Question:
Download Questions PDF

Explain the scope resolution operator.

C++ Programming Interview Question
C++ Programming Interview Question

Answer:

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.

Download C++ Programming Interview Questions And Answers PDF

Previous QuestionNext Question
How do you link a C++ program to C functions?What are the differences between a C++ struct and C++ class?