Explanation: this opens the file for writing. it will create the file if it doesn’t exist, and if it does, it will overwrite it.
Q. What is the use of “w” in file handling?
β
Correct Answer: (B)
write
Explanation by: Mr. Dubey
this opens the file for writing. it will create the file if it doesn’t exist, and if it does, it will overwrite it.
Discussion
Question Analytics
649
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
95%
Success Rate