File Management in C
o why do we need FILES? What is the use of complicating the process of storing data? Here is the answer for all these questions. * The entire data is lost when computer is turned off or program is closed, but with the help of FILES we can permanently store data on the disk. * It becomes difficult to handle large amount of data using console oriented I/O operations.