In C++ cout is:
a) object
b) class
c) something else
Answer Posted / kiruthika
C++ treats everything as an object.me,u,we,cout all are
object in C++.So cout is an object.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
How is objective c different from c++?
What is class invariant in c++?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What is setiosflags c++?
Is there structure in c++?
Can recursive program be written in C++?
Explain the use of this pointer?
What is a tree in c++?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
How would you implement a substr() function that extracts a sub string from a given string?
What is encapsulation in c++?
Why main function is special in c++?
What are the c++ access specifiers?