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
Is there any difference between int [] a and int a [] in c++?
why and when we can declar member fuction as a private in the class?
What does it mean to declare a member variable as static?
What is meant by the term name mangling in c++?
Differentiate between realloc() and free().
Difference between class and structure.
Define namespace in c++?
What are disadvantages of pointers?
Why struct is used in c++?
Explain the scope of resolution operator.
Explain queue. How it can be implemented?
Evaulate: 22%5 a) 2 b) 4 c) 0
What is a pointer with example?
what is multi-threading in C++?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort