Multiple choice

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

  1. +

  2. -

  3. sizeof

  4. none of these

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

This operator cannot be overloaded in C++ to perform any additional function.