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

Can I run c program in turbo c++?

0 Answers  


What is the purpose of the "delete" operator?

0 Answers  


What is the maximum value of a unsigned char a) 255 b) 256 c) 128

0 Answers  


What is lazy initialization in c++?

0 Answers  


What is atoi?

0 Answers  


What are shallow and deep copies?

0 Answers  


What are the uses of pointers?

0 Answers  


Is it possible to pass an object of the same class in place of object reference to the copy constructor?

0 Answers  


Do you know what are pure virtual functions?

0 Answers  


What is heap sort in c++?

0 Answers  


Define virtual constructor.

0 Answers  


What is a linked list in c++?

0 Answers  


Categories