For this program you will use C system calls (or C++) to develop a program Creat
ID: 3682875 • Letter: F
Question
For this program you will use C system calls (or C++) to develop a program
Create a program that will duplicate a named file. You should be able to copy any kind of file, regardless of the type of information it contains. You have several options to choose from in implementing your program:
1. Use a command line argument or prompt for the filename to copy
2. Create a name for the copied file by appending “_copy” to create the name of the copied file, using a command line argument, or prompting for the name of the duplicate