Page 1 of 1

What is the function of the mode ‘ w+’?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) create text file for writing, discard previous contents if any
b) create text file for update, discard previous contents if any
c) create text file for writing, do not discard previous contents if any
d) create text file for update, do not discard previous contents if any