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
What are smart pointers?
What is vector processing?
What is the use of class in c++?
Should the member functions which are made public in the base class be hidden?
Explain the volatile and mutable keywords.
What are pointer-to-members in C++? Give their syntax.
How one would use switch in a program?
what is data encapsulation in C++?
How do I get good at c++ programming?
Does c++ have string data type?
Write about the members that a derived class can add?
which operator is used for performing an exponential operation a) > b) ^ c) none
How do you invoke a base member function from a derived class in which you’ve overridden that function?
How do you print a string on the printer?
What is the object serialization?