File Handling
Summary: The process of reading from and writing to files on secondary storage. Operations include open, read, write, append, and close. Files can be accessed sequentially or randomly. Tags: concepts computer-science igcse-computer-science programming Created: 2026-05-08T14:03:00Z Last Updated: 2026-05-08T14:03:00Z
Content
The process of reading from and writing to files on secondary storage. Operations include open, read, write, append, and close. Files can be accessed sequentially or randomly.