C++ MQCs with Explanation (CHAPTER 3: TOKENS, EXPRESSIONS AND CONTRAL STRUCTURES)

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

Post a Comment

0 Comments