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 is pointer with example?
What do you mean by function pointer?
What is a forward referencing and when should it be used?
Why do we use constructor?
You want to link a c++ program to c functions. How would you do it?
How does com provide language transparency?
Can we use clrscr in c++?
Write a recursive program to calculate factorial in c++.
How do you invoke a base member function from a derived class in which you’ve overridden that function?
Does c++ support multilevel and multiple inheritances?
Can I learn c++ in a week?
What does new do in c++?
Explain about Garbage Collector?
What are friend classes?
What is c++ similar to?