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).
Bissoy MCQ

Related Questions

Does constructor overloading include different return types for constructors to be overloaded ?
Which of the following is a heavily overloaded function?

Next steps