Question: Write a program to create an array of size 100. Write random numbers in the range 10 to 1000 in this array. Write a function
Write a program to create an array of size 100. Write random numbers in the range 10 to 1000 in this array. Write a function to display this array. Write a function to find the average value and the max and min values of this array. Return these values using pass by reference technique. Print these values in main. (C - Programming)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
