Operator which cannot be overloaded - :: (Scope resolution operator)
Q. In C++ which operator cannot be overloaded?- Published on 22 Jun 15a. :: (Scope resolution operator)
b. = (Assignment operator)
c. == (equality operator)
d. -> (arrow operator)
ANSWER: :: (Scope resolution operator)