0
What is the use of using iostream in start?
3 Respuestas
+ 3
iostream allows you to do basic input/output operations. cin and cout belong to it for example.
+ 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.
+ 1
It is one the basic header file for writing c++ program. it imports all the necessary file to the program