0
6.7kviews
What is file? Explain various file handling operations in C.

Mumbai University > COMPS > Sem 3 > Data Structures

Marks: 5 M

Year: May 2015

1 Answer
0
237views
  • A file is a collection of records where each record may contain different fields.
  • These records may be of same size or different size.
  • If the file contains records of various sizes, then it is called variable length records.
  • The basic file operations include: Creation, Opening, Searching, Inserting, Deleting, and …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.