Computer Science for IGCSE & O level - Programming (Section 16 - No. 3)

What does 'WRITE' do, in file handling as shown in pseudocode?
Reads a line of text from the file.
Writes a line of text to the file.
Opens a file for writing.
Closes a file.

Explanation

'WRITE' is a command that writes a line of text into a file.

Comments (0)

Advertisement