Multiple choice Which of the following operators in C++ cannot be overloaded? '<' '?:' '>' None of these Reveal answer Fill a bubble to check yourself B Correct answer Explanation This operator cannot be overloaded in C++ to perform any additional function.