C++ MQCs with Explanation (CHAPTER 7: OPERATOR OVERLOADING)

Which of the following operators cannot be overloaded?

  1. Scope resolution operator (::)
  2. sizeof operator
  3. Member access operator (.*)
  4. All of the above



Answer: 
Option d: All of the above

Explanation Here

Post a Comment

0 Comments