Difference between read, Write and Append Mode
Answers
Answered by
5
Answer:
Difference between Append and Write Mode
The only difference they have is, when you open a file in the write mode, the file is reset, resulting in deletion of any data already present in the file. While in append mode this will not happen.Append mode is used to append or add data to the existing data of file, if any.
Answered by
1
Answer:
Difference between Append and Write Mode
The only difference they have is, when you open a file in the write mode, the file is reset, resulting in deletion of any data already present in the file. While in append mode this will not happen. Append mode is used to append or add data to the existing data of file, if any.
Similar questions
Computer Science,
4 months ago
Hindi,
4 months ago
English,
9 months ago
English,
9 months ago
Math,
1 year ago