In C++ cout is:
a) object
b) class
c) something else
Answer Posted / vaibhav meena
cout is an object.....
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What should main() return in c and c++?
What is the best ide for c++?
Is ca high or low level language?
What are associate containers?
What are literals in C++?
What is a far pointer? where we use it?
What is the full name of logo?
What is the sequence of destruction of local objects?
What does int * mean in c++?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
Can you please explain the difference between overloading and overriding?
Can we specify variable field width in a scanf() format string? If possible how?
What is the return value of the insertion operator?
What do you understand by a pure virtual member function?