We frequently use files for storing information which can be processed by our programs. In order to store information permanently and retrieve it we need to use files.
Previous | Home | Next |
C - Introduction of File Handling
C - Way of storing data in File
C - File Operation : Opening a file
C - File Operation : Write a File
C - File Operation : Read a File
C - File Operation : Close a File, File modes
C - General Structure of File program, Some function used for File Handling
Character I/O : How to use fputc( ) Function in C
Character I/O : How to use fgetc( ) Function in C
Character I/O : How to use putc( ) Function and getc( ) Function in C
Integer I/O : How to use putw( ) Function in C
Integer I/O : How to use getw( ) Function in C
String I/O : How to use fputs( ) Function in C
String I/O : How to use fgets( ) Function in C
Formatted I/O : What is formatted input/output in C, How to use fprintf( ) Function
Formatted I/O : How to use fscanf( ) Function in C
Record I/O : What is Block Read/Write, How to use fwrite( ) Function in C
Record I/O : How to use fread( ) Function in C
Previous | Home | Next |