Vidyalelo
C++ Programming · Q17

Standard Template Library (STL) in C++

Programming · C++ Programming · question 17

Q17

Which algorithm in C++ STL is used to count the number of occurrences of a value in a range?

A.
count
Answer
B.
find
C.
search
D.
find_count

Answer: Option A

Solution

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