Random Access File I/O

Home > Computer Science > Programming Languages > File I/O > Random Access File I/O

This is used to read and write data to a file in a non-sequential way. The data is accessed by its memory location, and the file can be used for storing data that is not organized in a sequential manner.