Home » C++ Programming » Numbers » Question
  1. How many parameters are available in partial_sum function in c++?
    1. 3 or 4
    2. 2 or 3
    3. 3
    4. 2
    5. None of these
Correct Option: A

There are three or four parameters available in partial_sum function in C++. They are first and last element, result and an optional binary operator.



Your comments will be displayed only after manual approval.