Computer Science for IGCSE & O level - Programming (Section 9 - No. 2)

In the context of file handling, what does 'WRITE' typically signify?
Read data from a file.
Create a new file.
Add data to the end of a file.
Write data into a file.

Explanation

'WRITE' is used to write data into a file.

Comments (0)

Advertisement