In C++ cout is:
a) object
b) class
c) something else
Answer Posted / shakti singh khinchi
object of ostream_withassign. (a) is the right answer.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Define friend function.
What is the exit function in c++?
How can you link a c program with a c function?
What is a responder chain?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
What are the four partitions in which c++ compiler divides the ram?
What's the "software peter principleā?
How a new element can be added or pushed in a stack?
what do you mean by volatile variable?
How much maximum can you allocate in a single call to malloc()?
What is the use of this pointer in c++?
Why is main an int?
What is the use of endl in c++ give an example?
Give 10 points of differences between C & C++.
Differentiate between structure and class in c++.