0
what is iostream header??
2 Answers
+ 2
This header is to provide basic input/output functions, like cin and cout.
+ 1
iostream means input output stream
it will store the basic input output functions like cin and cout and endl
if we want to use it then we have to declare it