File Handling
In C++, file handling is a mechanism to store the output of a program in a file and to perform various operations on it such as reading, writing, appending, etc.
Definition: File handling is the process of creating, reading, updating, and deleting files using C++ functions and classes.
File handling helps in storing data permanently and efficiently.