Question: here is the 'mycopy.c' please modify this program using fread and fwrite instead of getc and putc! thank you so much! The code mycopy.c we

here is the 'mycopy.c'

please modify this program using fread and fwrite instead of getc and putc!
thank you so much!
The code "mycopy.c" we posted before used fopen/fclose to open and close a file stream, and used getc and putc to read and write one byte. Modify this program so that you use fread and fwrite instead of getc and putc such that the program still works correctly copying a file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
