Question: Write a program which reads a source file (input file named A) and creates an output file (named B) with the same contents as the
Write a program which reads a source file (input file named A) and creates an output file (named B) with the same contents as the input file. Basically you are creating a new file called B, which has identical contents to A. Please write the program in C++. The input file is named "input.txt" and output file named "output.txt"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
