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

Which of the following is NOT a typical action when working with a file?
Opening
Closing
Deleting
Sorting

Explanation

While sorting data might be done after reading it from a file, it is not a core file handling action like opening, closing and deleting.

Comments (0)

Advertisement