Computer Science for IGCSE & O level - Programming (Section 14 - No. 40)
What is the purpose of the `OPENFILE` command in pseudocode for file handling?
To write data to the file.
To read data from the file.
To establish a connection with the file.
To close the file connection.
Explanation
The `OPENFILE` statement initializes the connection to the file so you can work with it.
Comments (0)
