Question: I am writing a program in C language that takes as input some numbers in a file, modifies them, and then writes them to another
I am writing a program in C language that takes as input some numbers in a file, modifies them, and then writes them to another file. I would like the name of the file with the numbers in it to be supplied as the first command-line argument to the program, and the output to be written to a file that is supplied as a second command-line argument to the program. How can I do this? I have the code written already for the modifying portion, so if you could use a basic operation to modify the code in your explanation that is fine. Thank you!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
