- 
					 Identify the incorrect statement.
 
- 
                        
- iostream is a standard header and iostream.h is a standard header
 - iostream is a standard header and iostream.h is a non-standard header
 - iostream is a non-standard header and iostream.h is a non-standard header
 - All of above
 - 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.