What is iostream | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is iostream

29th Aug 2018, 3:26 AM
Suraj Kourav
Suraj Kourav - avatar
3 Answers
+ 4
The io is input-output Hence iostream is for your input and output
29th Aug 2018, 3:43 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 4
I assume you mean the header <iostream>. iostream is a header or library that contains basic input/output (i/o, io) functions. Input/output functions are basic tasks by computers, which literally are actions that take something and give back something else. A stream is a sequence of data that sends information in and out of the program. You can liken this to a real stream, where the water only can flow one way. Input and output are different streams that lead in opposing directions.
29th Aug 2018, 4:00 AM
Denneisk
Denneisk - avatar
0
Input Output stream for your cin & cout
29th Aug 2018, 11:08 AM
Unknown