Vidyalelo
C++ Programming · Q44

Standard Template Library (STL) in C++

Programming · C++ Programming · question 44

Q44

Which algorithm in C++ STL is used to compute the sum of elements in a range?

A.
sum
B.
accumulate
Answer
C.
total
D.
add_range

Answer: Option B

Solution

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