Vidyalelo
C++ Programming · Q24

Standard Template Library (STL) in C++

Programming · C++ Programming · question 24

Q24

Which algorithm in C++ STL is used to find the last occurrence of a value in a range?

A.
find_last
B.
rfind
C.
search_last
D.
find_end
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board