Which function is used to return the minimum element in the range?
(a) min
(b) minimum
(c) min_element
(d) max_element
The question was posed to me in an online quiz.
The query is from Min and Max topic in portion Algorithms, Objects & Iterators in C++ of C++