Describe the various classes for file stream
operations
Answers
Answered by
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
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