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

What is iOStream

Am a new learner

20th May 2019, 5:42 PM
Sophia Abrich-Agbi
Sophia Abrich-Agbi - avatar
2 Answers
+ 14
iostream (input-output stream) is a standard library using which we are enable to use its functions like cin (to get inputfrom user) , cout (to display ) , getline, endl ,etc. 👍🏻👍🏻👍🏻
21st May 2019, 5:38 AM
Tushar
Tushar - avatar
+ 1
iostream is a c++ library that enables you to do things like 1.Print something to the screen 2.Read input from the user also lets you do more.
20th May 2019, 5:52 PM
Dlite
Dlite - avatar