Multiple choice

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

  1. Arithmetic operator

  2. Relational operator

  3. Conditional operator

  4. Comparison operator

  5. Addition operator

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

This operator cannot be overloaded in C++ as it consist of (?:) symbol and requires a condition and two options.