In C++ cout is:
a) object
b) class
c) something else
Answer Posted / chetan bhola
COut is an object of OStream Class of c++
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What do you mean by overhead in c++?
What is class and structure in c++?
What is the use of map in c++?
What is a container class?
What is the difference between an enumeration and a set of pre-processor # defines?
Can we use pointers in c++?
Why are pointers not used in c++?
What sorting algorithm does c++ use?
Define the process of error-handling in case of constructor failure?
Search for: what is pair in c++?
How do you flush a buffer in c++?
Why c++ is called oop?
What is c++ namespace?
Is dev c++ a good compiler?
Out of fgets() and gets() which function is safe to use?