InterviewSolution
Saved Bookmarks
| 1. |
Which keyword is used to declare the min and max functions?(a) iostream(b) string(c) algorithm(d) iteratorThe question was posed to me in semester exam.Origin of the question is Min and Max topic in chapter Algorithms, Objects & Iterators in C++ of C++ |
|
Answer» RIGHT ANSWER is (c) algorithm The explanation: Algorithm header FILE contains the supporting files needed for the EXECUTION of these functions. |
|