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 data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
How do I make turbo c++ full screen?
what is upcasting in C++?
How the programmer of a class should decide whether to declare member function or a friend function?
Why c++ is faster than java?
What will the line of code below print out and why?
Can non-public members of another instance of the class be retrieved by the method of the same class?
To which numbering system can the binary number 1101100100111100 be easily converted to?
How can you link a c++ program to c functions?
What is struct c++?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
When should you use global variables?
Should I learn c++ c?
What is the latest c++ version?
What is encapsulation in C++? Give an example.