Home » C++ Programming » Functions » Question
  1. What kind of functions are min and max in c++?
    1. Data specific
    2. Type specific
    3. Variable specific
    4. Type & Variable specific
    5. None of these
Correct Option: B

The min/max functions are type specific but they will not force everything to be converted to/from floating point. The functions that will force everything to be converted to/from floating point are fmin/fmax.



Your comments will be displayed only after manual approval.