The mode of parameter ios::app belongs to ......... stream type.
Answers
Answered by
0
Answer:
The file mode parameter ios::app belongs to ______ stream type. Get the answers you need, now!
Answered by
0
The right option in this case is ofstream type.
So the correct answer would read as:
The mode of parameter ios::app belongs to ofstream type.
IOS can either be input stream or output stream. they can even be categorized as ostream and istream.
Further to this, they can be oftream, idstream and iostream. This is one of the greatest parameters of C++.
Similar questions