Q21
Which algorithm in C++ STL is used to find the first occurrence of a value in a range?
A.
find
AnswerB.
search
C.
locate
D.
find_first
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board