In C++ cout is:
a) object
b) class
c) something else
Answer Posted / kiruthika
C++ treats everything as an object.me,u,we,cout all are
object in C++.So cout is an object.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
How to give an alternate name to a namespace?
Which sort does c++ use?
Is c++ a software?
What parameter does the constructor to an ofstream object take?
Can a program run without main function?
what are the events occur in intr activated on interrupt vector table
What is constructor in C++?
What is lambda in c++?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
What programming language should I learn first?
How do I download c++?
Incase of a function declaration, what is extern means?
Define a nested class.
What is the best way to declare and define global variables?
What is the difference between mutex and binary semaphore?