Question: c programming I will give thumbs up for correct answer paste code that i can copy also show your output solve as soon as possible
c programming
I will give thumbs up for correct answer
paste code that i can copy also show your output
solve as soon as possible
Question:

The number of million gallons of sewage that are disposed of each day for a major city is measured continuously for about a month. The records saved in a file, EX6_1.DAT, are as follows: Write a program to read data and save data in the array sewage_amt[100] using GetData function. Find smallest value using SmallestSew function. print data on screen using Display function. The prototypes for the functions are: int Get_Data(int [], int ); //S or void Det_Data(int [], int ); int SmallestSew(int [], int); void Display( int * , int ); A part of the example running result is shown as below: Smallest sewage value is: 83 in 7 th day in this month
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
