In C++ cout is:
a) object
b) class
c) something else
Answer Posted / vaibhav meena
cout is an object.....
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Is c++ still in demand?
Explain the isa and hasa class relationships.
what is upcasting in C++?
Define stacks. Provide an example where they are useful.
What is using namespace std in cpp?
What is the difference between *p++ and (*p)++ ?
Explain container class.
Why Pointers are not used in C++?
What is namespace std; and what is consists of?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
What do you mean by late binding?
Explain linked list using c++ with an example?
What are c++ storage classes?
How is objective c different from c++?
How do you add an element to a set in c++?