In C++ cout is:
a) object
b) class
c) something else
Answer Posted / manju
The answer is someting else.
cout is an ostream opertor.
| Is This Answer Correct ? | 4 Yes | 14 No |
Post New Answer View All Answers
What is null and void pointer?
Define macro.
Is there a c++ certification?
Explain the static member function.
What is the difference between the indirection operator and the address of oper-ator?
Explain public, protected, private in c++?
What are libraries in c++?
What is nested class in c++?
What is late binding c++?
Explain the concept of friend function in c++?
Mention the ways in which parameterized can be invoked. Give an example of each.
What is the type of 'this' pointer?
What is a memory leak c++?
How the keyword struct is different from the keyword class in c++?
What is a stack? How it can be implemented?