Question: C Program The following function supposedly computes the sum and average of the numbers in the array a, which has length n. avg and sum

C Program The following function supposedly computes the sum and average of the numbers in the array a, which has length n. avg and sum point to variables that the function should modify. unfortunately, the function Contains several errors: find and correct them. void avg_sum (double a[], int n, double *avg, double * sum) { int i: sum = 0.0: for (i = 0: i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
