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
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
What is &x in c++?
What is the difference between structure and class?
What is a type library?
Which is the best c++ compiler for beginners?
Is c++ vector a linked list?
Why was c++ created?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
What is meant by iomanip in c++?
How can you specify a class in C++?
How much is c++ certification?
How can a called function determine the number of arguments that have been passed to it?
Why the usage of pointers in C++ is not recommended ?
Why is c++ still popular?
What is the difference between a type-specific template friend class and a general template friend class?