In C++ cout is:
a) object
b) class
c) something else
Answer Posted / reejusri
Its an Object of class OStream, thats why we add its
corresponding header file that is <iostream.h>, Open this
header file you wil get complete infomation.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Is it possible to have a recursive inline function in c++?
What are the two main components of c++?
Explain stack unwinding.
Explain the volatile and mutable keywords.
Can a new be used in place of old mallocq? If yes, why?
Can you please explain the difference between static and dynamic binding of functions?
Can I create my own functions in c++?
How to give an alternate name to a namespace?
Difference between a homogeneous and a heterogeneous container
What is the difference between an enumeration and a set of pre-processor # defines?
How a modifier is similar to mutator?
Which ide is best for c++?
Which operator cannot overload?
Is ca high or low level language?
Using a smart pointer can we iterate through a container?