In C++ cout is:
a) object
b) class
c) something else
Answer Posted / sanjay makwana
Stream Object
| Is This Answer Correct ? | 40 Yes | 5 No |
Post New Answer View All Answers
Explain one-definition rule (odr).
What is a namespace in c++?
What is the size of integer variable?
What is a stack c++?
Do the parentheses after the type name make a difference with new?
What is prototype in c++ with example?
What is c++ manipulator?
Do you need a main function in c++?
Which c++ compiler is best?
What is the use of vtable?
How do you add an element to a set in c++?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
Explain some examples of operator overloading?
Do the names of parameters have to agree in the prototype, definition, and call to the function?