Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 543 Bytes

File metadata and controls

18 lines (11 loc) · 543 Bytes

File-structure

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

  • For achieving file handling we need to follow the following steps:
  • STEP 1 Naming a file
  • STEP 2 Opening a file
  • STEP 3 Writing data into the file
  • STEP 4 Reading data from the file
  • STEP 5 Closing a file.

File-structure Summary