Which operator is used to resolve the scope in C++?

Explanation:

The scope resolution operator (::) is used to specify namespace or class scope.

Explore more in Computer Science: