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
What are the two types of comments, and how do they differ?
What are the various storage classes in C++?
Which format specifier is used for printing a pointer value?
What is a linked list in c++?
How can you quickly find the number of elements stored in a static array?
Can user-defined object be declared as static data member of another class?
How to declare a function pointer?
What is overloading unary operator?
If all is successful, what should main return a) 0 b) 1 c) void
C is to C++ as 1 is to a) What the heck b) 2 c) 10
Write a program to concatenate two strings.
Which software is used to run c++ program?
What are the new features that iso/ansi c++ has added to original c++ specifications?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?