What is a file mode ?
Answers
Answered by
1
Answer:
In C++, for every file operation, exists a specific file mode. These file modes allow us to create, read, write, append or modify a file. The file modes are defined in the class ios. Let's see all these different modes in which we could open a file on disk.
Similar questions