Pick out the correct method in the c++ standard library algorithm.
(a) mismatch
(b) maximum
(c) minimum
(d) maxmatch
I got this question during an internship interview.
This intriguing question comes from Standard Library Algorithms topic in chapter Algorithms, Objects & Iterators in C++ of C++