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.