Sequential File I/O

Home > Computer Science > Programming Languages > File I/O > Sequential File I/O

In this type, the data is read or written sequentially, from the beginning to the end of the file. The data is processed in the order that it is stored in the file.