In C++ cout is:
a) object
b) class
c) something else
Answers were Sorted based on User's Feedback
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 |
Can I run c program in turbo c++?
What is the purpose of the "delete" operator?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
What is lazy initialization in c++?
What is atoi?
What are shallow and deep copies?
What are the uses of pointers?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
Do you know what are pure virtual functions?
What is heap sort in c++?
Define virtual constructor.
What is a linked list in c++?