What is iostream in simple words ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is iostream in simple words ?

19th May 2018, 1:31 PM
Shivam Kumar
5 Answers
0
input like cin >> variable; which store something to variable. output like cout << something;which output somethings on the screen.
19th May 2018, 1:39 PM
RainStorm
RainStorm - avatar
+ 1
istream \ \ iostream / / ostream
19th May 2018, 1:34 PM
RainStorm
RainStorm - avatar
+ 1
An input stream takes an input from somewhere - the console, a file, a variable etc - and copies it into the memory, for example a variable in your program. An output stream does the opposite. It takes a value from your program and writes it on the console, in a file, in another variable etc
19th May 2018, 3:35 PM
Chris
Chris - avatar
0
input / output stream
19th May 2018, 1:33 PM
RainStorm
RainStorm - avatar
0
thank you for your effort since I am a newbie can you ellaborate what is input/output stream
19th May 2018, 1:36 PM
Shivam Kumar