Q17
Which algorithm in C++ STL is used to count the number of occurrences of a value in a range?
A.
count
AnswerB.
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