1.Introduction of File Handling
2.Way of Storing data in File
3.File Operation in C programming
4. How to Write a file in C
5.How to Read a File In C
6.How to Close a file and File Modes
7.General Structure of Program and Some function Used for File Handling
8.How to use fputc( ) Function in C
9.How to use fgetc( ) Function in C
10.How to use putc( ) Function and getc( ) Function in C
11. How to use putw( ) Function in C
12.How to use getw( ) Function in C
13.How to use fputs( ) Function in C
14.How to use fgets( ) Function in C
15.What is formatted Input/Output and How to use fprintf( ) Function
16.How to use fscanf( ) Function in C
17.What is Block Read/Write and How to use fwrite( ) Function in C
18.How to use fread( ) Function in C
19.How to use Random access File in C
20.How to use ftell( ) Function in C
21.Some Other Program of File Handling