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

Answers were Sorted based on User's Feedback



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

Answer / sriram

ANSWER IS C. COUT IS AN BUID IN OPERATOR THAT WAS DEFINED
IN HEADER FILE: <IOSTREAM.H>
SINCE, IN C++ COUT IS AN CONSOLE OUTPUT OPERATOR.

Is This Answer Correct ?    2 Yes 17 No

Post New Answer

More C++ General Interview Questions

What do you mean by inheritance in c++? Explain its types.

0 Answers  


How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

0 Answers  


Explain the concept of copy constructor?

0 Answers  


What is operators in c++?

0 Answers  


Why do you use the namespace feature?

0 Answers  






Mention the purpose of istream class?

0 Answers  


What is c++ hash?

0 Answers  


What is setbase c++?

0 Answers  


How would perform Pattern Matching in C++?

0 Answers   Genpact,


What are the various compound assignment operators in c++?

0 Answers  


Define linked lists with the help of an example.

0 Answers  


Which software is used for c++ programming?

0 Answers  


Categories