what is meaning of <iostream> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is meaning of <iostream>

21st Aug 2016, 4:01 PM
paul hunter
paul hunter - avatar
3 Answers
+ 1
this a library, it gives you access to most of the functions you use in every program
21st Aug 2016, 5:55 PM
destro
0
it is a header function..to be precise <iostream.h>- input output stream header file  Provides functionality to use an abstraction called streams specially designed to perform input and output operations on sequences of character, like files or strings.  Objects cin, cout are from iostream header. 
22nd Aug 2016, 12:23 AM
Shubham Taneja
Shubham Taneja - avatar
- 1
Input output stream. It is the function for cout and cin statements
2nd Sep 2016, 2:38 PM
Kalpana Sathish
Kalpana Sathish - avatar