Question: C ONLY PLEASE Write a program to merge the contents of two files into a third file. Lines in the file will not be longer
C ONLY PLEASE
Write a program to merge the contents of two files into a third file. Lines in the file will not be longer than 20 characters. The program must: Scan in the file names provided by the user.
May use fgetc, fputc to read, write characters in text file or make file statically.
Check both files for content: if empty, print error in files.
Read these two files and merge contents into third, named file 3.
Exit the program if error opening file 3.
Print content of third file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
