Home » C++ Programming » Operators » Question
  1. What is the return type of the conversion operator?
    1. no return type
    2. float
    3. int
    4. void
    5. None of these
Correct Option: A

Conversion operator doesn’t have any return type not even void.



Your comments will be displayed only after manual approval.