C++ Programming Question: Download C++ Programming PDF

Explain the scope resolution operator.

Tweet Share WhatsApp

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 PDF Read All 120 C++ Programming Questions
Previous QuestionNext Question
How do you link a C++ program to C functions?What are the differences between a C++ struct and C++ class?