Question: Q12: Write a C program that read integers from a file called myfile, then prints the number of integers in the file and their average.

Q12: Write a C program that read integers from a file called myfile, then prints the number of integers in the file and their average. Your program should work for any size file, up to the capacity of the machine. You may use the following pseudocode when writing your program: open the file called "myfile" for reading, count the number of integers in the file, find the sum of the integers, increment a count each time, until end of file is reached, print the average of the integers and the number of integers, close the file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
