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

The casing operator function can be used to accomplish the conversion

  1. class type to structure type
  2. basic type to class type
  3. float type to long type
  4. class type to basic type



Answer: 
Option d:class type to basic type

Explanation Here

Post a Comment

0 Comments