The operator that cannot be overloaded is

The operator that cannot be overloaded is 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).

Related Questions

Which of the following operator(s) cannot be overloaded?