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
Write about the stack unwinding?
What is a static element?
What is the latest version on c++?
What is the difference between map and hashmap in c++?
Is std :: string immutable?
Why do we learn c++?
Can char be a number c++?
Explain what is polymorphism in c++?
What is iomanip c++?
Describe the syntax of single inheritance in C++?
What do you mean by inheritance in c++? Explain its types.
What is increment operator in c++?
What is the difference between object-oriented programming and procedural programming?
How does java differ from c and c++?
What is dynamic and static typing?