Saved Bookmarks
| 1. |
Write the different member functions belonging to stream class. |
|
Answer» The member functions belonging to fstream class are constructor, open, is open, close, and inherits get(), getline(), read(), seekg() and tellg() from istream, inherits put(), write() seekp() and tellp() from ostream. |
|