In C++ cout is:
a) object
b) class
c) something else
Answer Posted / chetan bhola
COut is an object of OStream Class of c++
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
Differentiate between the manipulator and setf( ) function?
What does floor mean in c++?
Explain class invariant.
Explain pass by value and pass by reference.
What is the difference between public, private, and protected access?
Is java the same as c++?
Explain operator overloading.
What is the hardest coding language to learn?
Define 'std'.
Why is c++ considered difficult?
What are the advantages of prototyping?
What is the object serialization?
How are pointers type-cast?
Is swift better than c++?