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 |
Write a program that read 2o numbers in and array and output the second largest number. Can anybody help??
What are virtual constructors/destructors?
How to construct muliton object
Does defining a function inline mean that it wont push and pop things on/off the stack ...like parameters and the return the address??
How can you tell what shell you are running on unix system?
Is atoi safe?
What is #include iostream?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
why the size of an empty class is 1
Difference between overloaded functions and overridden functions
Is std :: string immutable?
Difference between const char* p and char const* p?