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

  1. Conditional operator (?:)
  2. Scope resolution operator (::)
  3. Member access operator (.*)
  4. Relational Operator (<=)



Answer: 
Option d:Relational Operator (<=)

Explanation Here