Google News
logo
C-Language - Interview Questions
Random file access in C programming plays a very important part. Why? list some of its merits.
We all know that in every computer we store a large amount of significant information and every time we take a lot of time in finding the key content from the large database but this random access file helps in solving this problem.
 
* It helps to find the key data quicker from a large database.
* It helps indirectly shifting to target address when there are a lot of addresses in the programming.
Advertisement