Home / Questions / Describe the file opening mode "w+".
Explanatory Question

Describe the file opening mode "w+".

👁 831 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

Opens a file both for reading and writing. If a file is not existing it creates one, else if the file is existing it will be over written.