write a c program that copiest 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 necessary error checking, including ensuring that the source file exist.