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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board