In C++ cout is:
a) object
b) class
c) something else

Answer Posted / manju

The answer is someting else.

cout is an ostream opertor.

Is This Answer Correct ?    4 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you invoke a base member function from a derived class in which you have not overridden that function?

584


Why c++ is better than c language?

565


What is operator overloading in c++ example?

654


Why c++ is created?

576


Evaluate !(1&&1||1&&0) a) Error b) False c) True

707






What is a stack? How it can be implemented?

698


What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)

602


What is friend class in c++ with example?

502


What is endl?

637


Explain public, protected, private in c++?

567


How do you show the declaration of a virtual constructor?

534


What is null pointer and void pointer?

629


What are disadvantages of pointers?

568


What is the difference between #define debug 0 and #undef debug?

643


How does work in c++?

600