What and how to use file handling in C?

Files : File is a collection of numbers, symbols and text placed on the disk. file can be read and modified as per the user requirement, thus file allow us to store information permanently in the disk. The file object contain all information about stream like current position, pointer to […]