Data File Handling through C
File operation
There are two distinct ways to perform the file operation in C: | ||||||||||||||||||
1. Low level I/O operation (it uses UNIX system call therefore we won't discuss here) | ||||||||||||||||||
2. High level I/O operation (it uses function in C's Standard I/O library) | ||||||||||||||||||
List of I/O function with their operation: | ||||||||||||||||||
|
||||||||||||||||||