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


Please Help Members By Posting Answers For Below Questions

Explain the difference between overloading and overriding?

724


What are pointer-to-members in C++? Give their syntax.

726


Differentiate between an inspector and a mutator ?

790


What is stream and its types in c++?

645


Why is c++ still best?

643






Explain the concept of memory leak?

747


Describe the advantages of operator overloading?

669


Why do we use setw in c++?

757


Explain polymorphism?

671


Why #include is used?

698


What is problem with overriding functions?

674


What is an orthogonal base class in c++?

763


What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?

707


What is the role of C++ shorthand's?

780


What do you mean by funtion prototype?

669