Vidyalelo
C++ Programming · Q6

Standard Template Library (STL) in C++

Programming · C++ Programming · question 6

Q6

Which algorithm in C++ STL is used to find the maximum element in a range?

A.
max_element
Answer
B.
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