What is the use of using iostream in start? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the use of using iostream in start?

14th Oct 2016, 9:07 PM
Pranam modi
Pranam modi - avatar
3 Answers
+ 3
iostream allows you to do basic input/output operations. cin and cout belong to it for example.
14th Oct 2016, 9:18 PM
Zen
Zen - avatar
+ 1
it calls the necessary header files that include input and output, without which you couldnt print stuff on the screen or receive user input.
15th Oct 2016, 3:04 AM
Jose Moreno
Jose Moreno - avatar
+ 1
It is one the basic header file for writing c++ program. it imports all the necessary file to the program
19th Oct 2016, 4:44 PM
Sanjeev Kr
Sanjeev Kr - avatar