Home » C++ Programming » Operators » Question
  1. Pick out the correct syntax of operator conversion.
    1. operator float()
    2. operator const
    3. operator float()const
    4. All of above
    5. None of these
Correct Option: C

operator float()const



Your comments will be displayed only after manual approval.