Question: C Programming Write a program to create an array of size 10. Write a function to read values into this array. Write a function to
C Programming

Write a program to create an array of size 10. Write a function to read values into this array. Write a function to display the values of this array. Write a function to find the max value of this array and returns that value to main. Write a function to find the minimum value of the array and return that value to main. Write a function to find the average value (in double) of this array and return that to the main. Display the difference between max and average and also the difference between min and average in the main program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
