What is file handling in C?

 

·      File Handling in C Language.

·      A file represents a sequence of bytes on the disk where a group of related data is stored.

·      File is created for permanent storage of data.

·      It is a readymade structure.

·      In C language, a pointer of file type is used to declare a file.

 

Back - C Language Notes By Vivek Sir email: vivekdubey22@gmail.com (w) 9826424484

C Language Video