Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 358 Bytes

File metadata and controls

3 lines (2 loc) · 358 Bytes

Why do we need File Handling in C?

perations using the C program are done on a prompt/terminal which is not stored anywhere. The output is deleted when the program is closed. But in the software industry, most programs are written to store the information fetched from the program. The use of file handling is exactly what the situation calls for.