Index - File Handling : File Operations in C Programming
File Handling / File Operations in C Programming
- Introduction to File Handling in C Programming
- Streams
- Types of Files
- Text
- Binary
- Difference between text and binary files
- Operations on File
- Reading and Writing File data
- 1.6 Random Access
- ftell
- rewind
- fseek
- 1.7 Error Handling
- Possible Ways
- 1.8 Database in C
- Add Record
- Display Record
- Modify Record
- Delete Record ( Logically )
- Delete Record ( Physically )
- Append Record
- 1.9 Other Functions
- fflush
- rename
- remove