The operator that cannot be overloaded is
A
++
B
()
C
-
D
::
Correct Answer: ::
There are 4 operators that cannot be overloaded in C + + . They are :: (scope resolution), . (member selection), . * (member selection through pointer to function) and ?: (ternary operator).