Question: C programming The test mark obtained by ten students is shown below: 76 41 58 88 67 100 37 95 61 23 (a) Write a

C programming
The test mark obtained by ten students is shown below: 76 41 58 88 67 100 37 95 61 23 (a) Write a user defined function in C to read the above data into an integer type array. Name the function as read array (b) Develop a function named comp_average' that will take an integer array, compute and return the average value of the data array. (c) Write a user defined function named 'print_array' that will display the integer data array on the monitor. (d) Incorporate the above functions into the 'main' function and display the mean value
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
