Computer Science, asked by bharath46bk958836, 5 months ago

Describe the various classes for file stream

operations​

Answers

Answered by Anonymous
2

In C++, files are mainly dealt by using three classes fstream, ifstream, ofstream. fstream: This Stream class can be used for both read and write from/to files.

Answered by shanmugapriya6633
0

Explanation:

In C++, files are mainly dealt by using three classes fstream, ifstream, ofstream. fstream: This Stream class can be used for both read and write from/to files

Similar questions