File Operations in C
摘要
In this chapter, we explain file operations in C programming. Files are used to save important data. C programming is very widely used for computer simulations for scientific works. The simulation results obtained from such works need to be saved before the computer is turned off. Files are used to save the simulation results. Files can also be used as small databases where information can be saved either in text or binary format.