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
Should a constructor be public or private?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
What do you understand by a pure virtual member function?
Describe the advantage of an external iterator.
If dog is a friend of boy, is boy a friend of dog?
Explain selection sorting. Also write an example.
What is the size of a vector?
What is the full name of logo?
Do the parentheses after the type name make a difference with new?
What is anonymous object in c++?
Do you know about latest advancements in C++ ?
Why do we use string in c++?
Write a program using display() function which takes two arguments.
Difference between pointer to constant vs. Pointer constant
What is difference between array and vector in c++?