In C++ cout is:
a) object
b) class
c) something else
Answer Posted / ganesh
a, it is an object in C++
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is microsoft c++ redistributable 2013?
What is unary operator? List out the different operators involved in the unary operator.
Define a pdb file.
If there are two catch statements, one for base and one for derived, which should come first?
What are the two types of comments?
What new()is different from malloc()?
What is c++ programming language?
What does count ++ do in c++?
What are the defining traits of an object-oriented language?
Program to check whether a word is a sub-string or not of a string typed
What is a class template in c++?
Which sort does c++ use?
Does c++ have foreach?
What are keywords in c++?
What return value must conversion operators have in their declaration?