In C++ cout is:
a) object
b) class
c) something else
Answer Posted / reejusri
Its an Object of class OStream, thats why we add its
corresponding header file that is <iostream.h>, Open this
header file you wil get complete infomation.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the extraction operator and what does it do?
What is buffering in c++?
What is the difference between function overloading and operator overloading?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
What are the effects after calling the delete this operator ?
Define macro.
Is turbo c++ free?
What is time_t c++?
Explain the static storage classes in c++.
How do you show the declaration of a virtual constructor?
Is c++ the hardest programming language?
Which coding certification is best?
What do you mean by “this” pointer?
What are structs in c++?
Which is best c++ or java?