Question: 3. 120 pts.) Fill in the space below each single line comment with the correct information Il List all necessary includes (you wil most likely

3. 120 pts.) Fill in the space below each single line comment with the correct information Il List all necessary includes (you wil most likely add as you read the directives ve void main(void) Il Correctly declare two file object pointers named: in 1 and outl: given belowl. I/ Declare two arrays of char, a 1 dimension of 54 bytes and a 2 dimension (160 x 480) of bytes: of the correct number // Open a binary file named input.x for input and assign the returned value to inas declared above // Open a binary file named output.x for output and assign the returned alue tout,J as decdared bove // Read 54 bytes from input.x into the 1 dimensional array using the variable declared above: // Fill the 2D array by continuing to correctly read from input.xc // Write all necessary statements to properly clean up for conclude) what some of the pevius satinao //have done: // Write all necessary code to send all the data contained in the 2D array to outputx
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
