Multiple choice

Which of the following operators cannot be overloaded in C++?

  1. &

  2. >>

  3. delete

  4. scope resolution operator (::)

  5. new

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

We cannot overload scope resolution operator (::) in C++.