What is difference between append mode and write mode?

1 answer

Answer

1021806

2026-09-19 12:25

+ Follow

Write mode over writes the existing file and if not present creates a new one. Append mode never over writes the existing file. Append mode opens the file and sets the file cursor to the end of the file so that any write operation can start from the very ending of that file.

Hope I helped :)

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.