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
program explaining feautures of c++
What's the best free c++ profiler for windows?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
Difference between declaration and definition of a variable.
What are the four partitions in which c++ compiler divides the ram?
List the features of oops in c++?
What are c++ redistributables?
the maximum length of a character constant can be a) 2 b) 1 c) 8
How do you clear a map in c++?
What is pure virtual function? Or what is abstract class?
What is purpose of new operator?
Why is c++ considered difficult?
If a function doesn’t return a value, how do you declare the function?
what is multi-threading in C++?
Explain the differences between private, public and protected and give examples.