-
How many parameters are needed for minmax function?
-
- 3
- 2
- 1
- All of above
- None of these
Correct Option: D
The “minmax” function can take the following:
1 parameter: An initializer_list object.
2 parameters: Values to compare.
2 parameters: An initializer_list object. and comparison function
3 parameters: Values to compare. and comparison function