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
Does c++ have string data type?
In the derived class, which data member of the base class are visible?
Explain queue. How it can be implemented?
When does a name clash occur in c++?
Write a program which uses functions like strcmp(), strcpy()? etc
How a modifier is similar to mutator?
What is this weird colon-member (" : ") syntax in the constructor?
What are the four partitions in which c++ compiler divides the ram?
What is a dynamic binding in c++?
What is an arraylist c++?
What is c strings syntax?
In a function declaration, what does extern mean?
What is the basic structure of c++ program?
How would you use the functions memcpy(), memset(), memmove()?
Will this c++ program execute or not?