A good answer might be:
|
End of File
This loop is the familiar read-until-end-of-file idea
which is best done using
Almost all of the program is here, but there are more details to handle. The one-byte-at-a-time nature of the the loop is very inefficient. |
QUESTION 16:How (in general) can IO be made more efficient in this program? Click Here after you have answered the question |