Computer Science, asked by Abdirahmaan, 9 months ago

Difference between read, Write and Append Mode

Answers

Answered by zacknight47
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 rajv41724
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