I'm trying to help my friend out with this and we cant get it working. How would you go about doing this?
1. Write a C program that opens two data files one for reading and another for
writing. The program must copy the contents of input data file to output file
with the data double line spaced. Example below. The program must work
for all data files [ and not just for the following example ]
Input file:
Earth is Solid
So is Moon.
Output File:
Earth is Solid
So is Moon.
2007-08-01
04:59:09
·
3 answers
·
asked by
?
2
in
Computers & Internet
➔ Programming & Design