Question: A function called total(), totals the sum of a double array passed to it (as the first parameter) and returns the total of all the

A function called total(), totals the sum of a double array passed to it (as the first parameter) and returns the total of all the elements as a double Let the second parameter to the function be an integer which contains the number of elements of the array. Write the function call for total()given that the value returned by the function and the array to be passed into the function is declared as follows: /* declaration of array to be passed into function / double A[10]; /* declaration of variable: function output should be assigned to this variable +/ double sum_of_array
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
