0
what is meaning of <iostream>
3 Answers
+ 1
this a library, it gives you access to most of the functions you use in every program
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.Â
- 1
Input output stream. It is the function for cout and cin statements