Which of the following is the default mode of the opening using the ifstream class?
(a) ios::in
(b) ios::out
(c) ios::app
(d) ios::trunc
The question was asked in exam.
My query is from File Handling topic in section Strings, Streams & Numerics in C++ of C++