Explain about iostrem.h header file | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Explain about iostrem.h header file

30th Nov 2016, 8:02 AM
agrawal ji
agrawal ji - avatar
4 Answers
+ 2
do u mean #include <iostream> //without the .h well then it's a header file that contains th IO classes , the whole hirarchy of them , they provide input/output functionality (eg. cout,cin) Note : in C it was called stdio.h
30th Nov 2016, 8:22 AM
mekacher anis
mekacher anis - avatar
+ 1
In C++, the input and output functions are already defined but they are stored in the form of classes in a file named iosteam, so to access the input and output functions you have to include iostream
30th Nov 2016, 4:50 PM
Gamer
Gamer - avatar
+ 1
thanks gurav
1st Dec 2016, 3:21 PM
agrawal ji
agrawal ji - avatar
0
your welcome!!!!😊
1st Dec 2016, 3:32 PM
Gamer
Gamer - avatar