File Handling in C – Part 1
In the last tutorial I told you about the basic console input and output functions. Today I will tell you about the second type of input output functions i.e. file input output functions. We will discuss about concept of file handling in C. So without making any delay lets get started. File Handling in C …