1.

Identify the incorrect statement.(a) iostream is a standard header and iostream.h is a non-standard header(b) iostream is a non-standard header and iostream.h is a non-standard header(c) iostream is a standard header and iostream.h is a standard header(d) iostream is a non-standard headerI have been asked this question in semester exam.This intriguing question comes from Header Files Usage in chapter Source Files, Classes and Operator Overloading in C++ of C++

Answer»

The CORRECT answer is (a) iostream is a standard header and iostream.h is a non-standard header

For EXPLANATION: The iostream.h is USED in the older versions of c++ and iostream is EVOLVED from it in the std namespace.



Discussion

No Comment Found

Related InterviewSolutions