Multiple choice Which of the following operators cannot be overloaded in C++? + - sizeof 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.