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
Why is c++ difficult?
What is protected inheritance?
Write a struct time where integer m, h, s are its members?
What is command line arguments in C++? What are its uses? Where we have to use this?
Can a Structure contain a Pointer to itself?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
Why use of template is better than a base class?
What is an iterator?
What is pointer to array in c++?
Is java based off c++?
What is the use of c++ programming language in real life?
What is late binding c++?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
What is runtime polymorphism in c++?
What are register variables?