In C++ cout is:
a) object
b) class
c) something else
Answer Posted / sanjay makwana
Stream Object
| Is This Answer Correct ? | 40 Yes | 5 No |
Post New Answer View All Answers
what is VOID?
How do I use arrays in c++?
What does int * mean in c++?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
Which should be more useful: the protected and public virtuals?
When do we use copy constructors?
Is c++ a low level language?
What is the difference between an enumeration and a set of pre-processor # defines?
What is the real purpose of class – to export data?
What is ifstream c++?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
Is c++ faster than c?
Why we use #include conio h in c++?
How do you clear a buffer in c++?
What's the order in which the local objects are destructed?