Question: (d) Write a function named check ) that has two parameters and does not return any value. Its prototype is as follows: void check (double
(d) Write a function named check ) that has two parameters and does not return any value. Its prototype is as follows: void check (double grade[, double &average). The first parameter should accept a double-precision data array, grade [], and the second returns the average of the grades by reference. 16 points]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
