1.

By default, all the files in C++ are opened in _________ mode.(a) Text(b) Binary(c) ISCII(d) VTCI got this question in examination.The query is from File Handling in section Strings, Streams & Numerics in C++ of C++

Answer»

The correct option is (a) TEXT

To EXPLAIN: By DEFAULT, all the files in C++ are opened in text mode. They read the FILE as normal text.



Discussion

No Comment Found

Related InterviewSolutions