You need to prepare a program that copies the content of one file into another file.
Program: write a c program that copies the contents of one file to a destination file.
This program works by first prompting the user for the name of the source file and destination file.
And also includes all the essential error checking, including make sure that the source file exist.