In C++ cout is:
a) object
b) class
c) something else
Answer Posted / manju
The answer is someting else.
cout is an ostream opertor.
| Is This Answer Correct ? | 4 Yes | 14 No |
Post New Answer View All Answers
Differentiate between a template class and class template in c++?
Does there exist any other function which can be used to convert an integer or a float to a string?
Can java be faster than c++?
In the derived class, which data member of the base class are visible?
Explain public, protected, private in c++?
What can I use instead of namespace std?
Explain data encapsulation?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
Explain stack unwinding.
How can we read/write Structures from/to data files?
What is the extension of c++?
What are single and multiple inheritances in c++?
Difference between inline functions and macros?
Is rust better than c++?
Why do we need pointers?