Which operator cannot be overloaded in C++?

Explanation:

The scope resolution operator (::) cannot be overloaded in C++.