1.

Write the member functions belonging to ifstream class.

Answer»

The member functions belonging to ifstream class are open() with default input mode and inherits get(), getline(), read(), seekg() and tellg() from istream.



Discussion

No Comment Found