CBSE Class 12 Computer Science
Question 50 of 136
Data File Handling — Question 15
Back to all questionsread, append
Reason — In file handling, the term "r" stands for "read" mode, which is used when we want to read data from a file and "a" stand for "append" mode, which is used when we want to add data to the file.