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
Define copy constructor.
Explain all the C++ concepts using examples.
Which of the following is evaluated first: a) && b) || c) !
Explain static and dynamic memory allocation with an example each.
What is the difference between global variables and static varables?
How many characters are recognized by ANSI C++?
What is the difference between the parameter to a template and the parameter to a function?
What is the use of default constructor?
Explain how to initialize a const data member.
Explain stack & heap objects?
What is type of 'this' pointer? Explain when it is get created?
What is c++ flowchart?
What is c++ course?
What is c++ manipulator?
What's the order in which the local objects are destructed?