Multiple choice

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

  1. '<'

  2. '?:'

  3. '>'

  4. 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.