- 1
What mean of #include<iostream>
11 Answers
+ 7
its a header file in c++ which is responsible for input/output stream
+ 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.
+ 1
It is a header file in C its meaning is pre defined in C.It is responsible for your input and output
+ 1
It is the predefined library function used for input and output also called as header files
+ 1
It is a header file in c++which is responsible for input and output stream.
0
Oh
0
it responsible for input and output
0
im not sure what does it mean?
0
Enables the program to get input and put output
0
It means to include contents of iostream. Here is an example https://gbwhatsapp-pro.com
- 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++.