Q6
Which algorithm in C++ STL is used to find the maximum element in a range?
A.
max_element
AnswerB.
find_max
C.
maximum
D.
find_max_element
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board