Computer Science for IGCSE & O level - Programming (Section 11 - No. 10)

Which of the following is an example of file handling in the context of this document?
Declaring an array.
Reading data from a file.
Writing code to the console.
Printing values to the user.

Explanation

Reading and writing files is a key aspect of file handling. Declaring or working with arrays isn't. Writing code to the console or printing data is not file handling.

Comments (0)

Advertisement