Computer Science for IGCSE & O level - Programming (Section 13 - No. 28)
What is one of the first steps involved in writing to a file?
Reading from the file.
Closing the file.
Opening the file.
Writing to the file.
Explanation
Before writing or reading data, a file needs to be opened, which creates the connection to the data.
Comments (0)
