Computer Science for IGCSE & O level - Programming (Section 14 - No. 12)

Which of these are important features when writing a file?
Opening the file
Reading the file
Writing to the file
Closing the file

Explanation

These are key elements in file handling: first the file is opened, then you can write to it and finally it is closed.

Comments (0)

Advertisement