7. Write a C++ program (cp.cpp) to copy any kind of file (.txt or .exe) which accepts the
source and destination file name from the command line. Finally the program should
work for copying the file. e.g.
cp source.exe dest.exe
or
cp source.txt dest.txt
(
Write a C++ program (cp.cpp) to copy any kind of file (.txt or .exe) which accepts the source and destination file name from the command line.
July 16, 2021 in C and CPP