0
what is "<iostream>"?
2 Answers
+ 6
Header file which provides standard input and output stream functionalities and objects such as std::cout and std::cin for console input and output purposes.
0
when you write #include <iostream> in the begging of the project you are opening Input and Output stream from and to the project you are making



