Home » C++ Programming » Questions and Answers » Question
  1. Identify the incorrect statement.
    1. iostream is a standard header and iostream.h is a standard header
    2. iostream is a standard header and iostream.h is a non-standard header
    3. iostream is a non-standard header and iostream.h is a non-standard header
    4. All of above
    5. None of these
Correct Option: B

The iostream.h is used in the older versions of c++ and iostream is evolved from it in the std namespace.



Your comments will be displayed only after manual approval.