What mean of #include<iostream> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

What mean of #include<iostream>

30th Aug 2016, 10:52 AM
Yash Sharma
Yash Sharma - avatar
10 Answers
+ 7
its a header file in c++ which is responsible for input/output stream
30th Aug 2016, 11:19 AM
Hritesh Mourya
Hritesh Mourya - avatar
+ 2
iostream is the header file which contains all the functions of program like cout, cin etc. and #include tells the preprocessor to include these header file in the program.
25th Sep 2016, 7:26 AM
ANKUSH CHAUHAN
ANKUSH CHAUHAN - avatar
+ 1
It is a header file in C its meaning is pre defined in C.It is responsible for your input and output
31st Aug 2016, 4:38 PM
Nony Singh
Nony Singh - avatar
+ 1
It is the predefined library function used for input and output also called as header files
2nd Sep 2016, 2:36 PM
Kalpana Sathish
Kalpana Sathish - avatar
+ 1
It is a header file in c++which is responsible for input and output stream.
18th Feb 2018, 12:54 PM
Arnav Dhobale
Arnav Dhobale - avatar
0
Oh
31st Aug 2016, 4:41 PM
Såm ÎZ ßãÇk
Såm ÎZ ßãÇk - avatar
0
it responsible for input and output
12th May 2017, 3:30 PM
aadhik crystal
aadhik crystal - avatar
0
im not sure what does it mean?
7th Jul 2021, 4:58 AM
sokun nget
sokun nget - avatar
0
Enables the program to get input and put output
28th Jul 2021, 5:45 PM
Daniel Kwabeng Adu
Daniel Kwabeng Adu - avatar
- 1
#include<iostream> is the header file of c++ its mean | input \ output header are not change without header file program can not run header file is the main function of c++.
17th Jun 2020, 10:54 AM
AHMI'S CREATON
AHMI'S CREATON - avatar