A
Data File Problem
Problem
DataFile1P02
This problem refers to material in the section on C programming in the
first lesson on data files. Click here to see that section.
-
Rewrite the OpenFile function
to ask for a file name. Use fopen to open a file with a name supplied
by the user.
-
Rewrite the OpenFile function
to accept a string argument that is the name of the file to write data
to.