Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

What is sequential file organization in dfs (data file structure)?

  Shared By: Bourke Fischer    Date: Nov 26    Category: C++ Programming    Views: 3409

Answer:

Sequential file organization is an organization in which records are stored and access in sequential order, as we don’t have any reference for any record.

Share: 
 



Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: