In C++ cout is:
a) object
b) class
c) something else

Answer Posted / vaibhav meena

cout is an object.....

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we inherit constructor in c++?

578


What are different types of loops in c++?

644


We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?

572


How does c++ sort work?

549


Define pointers?

593






Why do we use double in c++?

587


How can I disable the "echo" feature?

599


What is atoi in c++?

556


How is new() different from malloc()?

617


What is binary object model?

592


Can constructor be static in c++?

632


What is the use of default constructor?

560


How do you clear a buffer in c++?

527


What does new do in c++?

627


What is a catch statement?

573