Computer Science, asked by ravidhaniya953, 1 year ago

The mode of parameter ios::app belongs to ......... stream type.

Answers

Answered by lttosavy
0

Answer:

The file mode parameter ios::app belongs to ______ stream type. Get the answers you need, now!

Answered by KomalSrinivas
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