Q44
Which algorithm in C++ STL is used to compute the sum of elements in a range?
A.
sum
B.
accumulate
AnswerC.
total
D.
add_range
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board