File handling is used to store data permanently in a computer. Using file handling we can store our data in secondary memory Hard disk. How to achieve the File Handling
STEP 1Naming a fileSTEP 2Opening a fileSTEP 3Writing data into the fileSTEP 4Reading data from the fileSTEP 5Closing a file.