C program help, please
Write a C program that generates 1000 random numbers between 0to 99 and stores them in an array of ints. After generating therandom numbers and storing them in the array, calculate the lowest,highest and average number using one function. the function shouldbe passed the array and a struct with data members for the highest,lowest and average number. The main() should then display thecalculated values on the screen.
Expert Answer
An answer will be send to you shortly. . . . .