CBSE · 083Class XII · 2023Section A1 mark
Question 06
30 March 2023 · Computer Science (083)
Which of the following mode keeps the file offset position at the end of the file ?
Answer
(d) a
Explanation
The 'a' (append) mode opens a file for writing and positions the file pointer at the end of the file.