My c program, as currently written, is supposed to open a text file based on the users input. For example I have created a text file named test.txt, which has the contents “ABC123” in it, and I type “test.txt” when prompted by the program.
My c program, as currently written, is supposed to open a text file based on the users input. For example I have created a text file named test.txt, which has the contents “ABC123” in it, and I type “test.txt” when prompted by the program. The program will then read the data stored in the specified […]
