what do you mean by a sequential access file-


What do you mean by a sequential access file?

- When writing programs which store and retrieve data in a file, it's possible to designate that file into various forms.

- A sequential access file is such that data is saved in sequential order: one data is placed into the file after another.

- If you wish to access a particular data within sequential access file, data has to be read - one data at a time, till you reach the data you want.

 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: what do you mean by a sequential access file-
Reference No:- TGS0355019

Expected delivery within 24 Hours