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

Answer Posted / reejusri

Its an Object of class OStream, thats why we add its
corresponding header file that is <iostream.h>, Open this
header file you wil get complete infomation.

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is vectorial capacity?

653


What is type of 'this' pointer? Explain when it is get created?

591


Describe the setting up of my member functions to avoid overriding by the derived class?

613


What is the difference between a declaration and a definition?

584


Is c++ the most powerful language?

571






Define a constructor - what it is and how it might be called (2 methods)?

606


Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers

617


Is there finally in c++?

627


What is the difference between an enumeration and a set of pre-processor # defines?

837


What happens when the extern "c" char func (char*,waste) executes?

640


How much is c++ certification?

589


Do the names of parameters have to agree in the prototype, definition, and call to the function?

603


Is string an object in c++?

661


What is the best c++ compiler for windows 10?

582


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

340