错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

File Operations in C

  • Orhan Gazi

摘要

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.