Random Access Files In C | File Handling In C | C Tutorials
― The main drawback of sequential file containing large volume of data is that if you want to access some specific information, we have to start reading from the beginning of the file until the required information is found which may be a very time consuming job. This drawback can be removed using random access files which allow the access to a particular information randomly. ∙ In random access .



