- 1
For iostream
hello i am beginner in cop I have one question that without iostream we can use cout function
4 Answers
+ 5
0) std::cout is an object of ostream (which is included in iostream header)
1) You can use cout without iostream, BUT you will have to include ostream header instead.
2) Nobody does (1). So just use iostream. :>
0
No
0
but I read in book that we can use