InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by file handling? |
|
Answer» ___❤ You could mean the process by which a software handles its Input/Output operations with binary/text FILES. For example, in any program that handles PERMANENT data, you need to write and read information whether that is VIA a DATABASE Handler or by using explicit Files.❤______________ |
|