Multiple choice Which of the following operators cannot be overloaded in C++? & >> delete scope resolution operator (::) new Reveal answer Fill a bubble to check yourself D Correct answer Explanation We cannot overload scope resolution operator (::) in C++.