Multiple choice

Which of the following operators is used in C++ to implement operator overloading?

  1. Scope resolution operator

  2. Structure reference

  3. Ternary condition

  4. Size of

  5. Addition operator

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

Operator overloading is a feature to give new meaning to the existing operator.