Home » C++ Programming » Numbers » Question
  1. What will the max function in the numeric limit will return for type float?
    1. Maximum finite value
    2. Minimum finite value
    3. Maximum finite value for a float type
    4. All of above
    5. None of these
Correct Option: C

Max function in the numeric limit will return the maximum finite value for a float type.



Your comments will be displayed only after manual approval.