Computer Science for IGCSE & O level - Programming (Section 12 - No. 48)

What is generally considered the first step in interacting with a file in most programming languages?
Reading the file.
Writing to the file.
Closing the file.
Opening the file.

Explanation

Before any other actions, you need to open the file to establish a connection.

Comments (0)

Advertisement