-
What kind of functions are min and max in c++?
-
- Data specific
- Type specific
- Variable specific
- Type & Variable specific
- 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.