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
Explain the difference between overloading and overriding?
What are pointer-to-members in C++? Give their syntax.
Differentiate between an inspector and a mutator ?
What is stream and its types in c++?
Why is c++ still best?
Explain the concept of memory leak?
Describe the advantages of operator overloading?
Why do we use setw in c++?
Explain polymorphism?
Why #include is used?
What is problem with overriding functions?
What is an orthogonal base class in c++?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
What is the role of C++ shorthand's?
What do you mean by funtion prototype?