

InterviewSolution
Saved Bookmarks
1. |
In file handling, what does this terms means “r, a”?(a) read, append(b) append, read(c) write, append(d) none of the mentioned |
Answer» The correct answer is (a) read, append The best I can explain: r- reading, a-appending. |
|