Computer Science for IGCSE & O level - Programming (Section 13 - No. 9)
What does the `READFILE` statement in the pseudocode signify in the context of file handling?
Opens the file for reading.
Writes to the file.
Reads a line from the file.
Closes the file.
Explanation
The 'READFILE' statement reads a line from the specified file.
Comments (0)
