Examlex

Solved

Write a Function That Will Copy the Contents of File

question 15

Essay

Write a function that will copy the contents of file in.dat to the file out.dat.Check for successful file opening of both in.dat and out.dat.The loop that actually does the copy should terminate on end of file.


Definitions:

Related Questions