Home » C++ Programming » Numbers » Question
  1. What is the use of accumulate function in numeric library?
    1. Returns the number & result
    2. Returns the number
    3. Returns the result of accumulating all the values in the range
    4. All of above
    5. None of these
Correct Option: C

Returns the result of accumulating all the values in the range from first to last.



Your comments will be displayed only after manual approval.