Computer Science, asked by lomash8523, 1 year ago

Difference between sequential and random access file in c

Answers

Answered by syedtalha777
0
What is the difference between Sequential and Random Access? Comparing random versus sequentialoperations is one way of assessing application efficiency in terms of disk use. Accessing data sequentially is much faster than accessing itrandomly because of the way in which the disk hardware works.
Similar questions