In C++ cout is:
a) object
b) class
c) something else
Answer Posted / kiruthika
C++ treats everything as an object.me,u,we,cout all are
object in C++.So cout is an object.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Which coding certification is best?
how to connect with oracle 9i with server in socket program in c/c++
What is an associative container in c++?
What is c++ 11 and c++ 14?
How would you call C functions from C++ and vice versa?
Why was c++ created?
What does #define mean in c++?
Describe the advantages of operator overloading?
Does c++ have arraylist?
Explain how to initialize a const data member.
What is the use of "new" operator?
what kind of projects are suitable for c and c++
List different attributes in C++?
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
What is a Default constructor?