in Technology by

What is a sequential access file in C-Programming?

Please log in or register to answer this question.

1 Answer

0 votes
by

General programs store data into files and retrieve existing data from files. With the sequential access file, such data are saved in a sequential pattern. When retrieving data from such files each data is read one by one until the required information is found.

Related questions

0 votes
asked Oct 11, 2021 in Education by JackTerrance
+1 vote
asked Nov 9, 2020 in Technology by JackTerrance
0 votes
asked Nov 8, 2020 in Technology by JackTerrance
...