Vidyalelo
C++ Programming · Q21

Standard Template Library (STL) in C++

Programming · C++ Programming · question 21

Q21

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

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