Closing Files
Makes the logical file name available for another physical file (it’s like hanging up the telephone after a call).
Ensures that everything has been written to the file [since data is written to a buffer prior to the file].
Files are usually closed automatically by the operating system (unless the program is abnormally interrupted).