Computer Science for IGCSE & O level - Programming (Section 13 - No. 23)

What is typically required before writing to a file in most programming languages?
Closing the file
Opening the file in write mode
Reading the file
Declaring a variable

Explanation

Opening the file and setting the write mode is required.

Comments (0)

Advertisement