In: Computer Science
What is true about Random Access Files? Check all that apply.
1. The program can read file data anywhere the read location is positioned. |
||
2. Data must be sorted to to use random access functions. |
||
3. Data can be read in any order specified in the program. |
||
4. seekp and seekg can be used to access files by a given position. |
All the options except 2 are true.
i.e Option 1,3,4 are true about Random Access Files.
Explanation:
So, this was the solutions of the problem.
I hope I am able to solve your problem, if yes then do give it a like.
It really helps :)