In C++ cout is:
a) object
b) class
c) something else
Answer Posted / shakti singh khinchi
object of ostream_withassign. (a) is the right answer.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the use of pointer in c++ with example?
Explain what you mean by a pointer.
What will happen if a pointer is deleted twice?
How do I write a c++ program?
What is anonymous object in c++?
Explain this pointer?
What does ios :: app do in c++?
Does c++ have a hash table?
Which compiler does turbo c++ use?
Program to check whether a word is a sub-string or not of a string typed
Which is the best c++ software?
What is the purpose of extern storage specifier?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
State the difference between pre and post increment/decrement operations.
How do pointers work?