InterviewSolution
Saved Bookmarks
| 1. |
How many parameters are needed for minmax function?(a) 1(b) 2(c) 3(d) All of the mentionedThe question was posed to me in an online interview.This question is from Min and Max in portion Algorithms, Objects & Iterators in C++ of C++ |
|
Answer» The correct choice is (d) All of the mentioned |
|