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

Answer Posted / manju

The answer is someting else.

cout is an ostream opertor.

Is This Answer Correct ?    4 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c++ fully object oriented?

645


What operator is used to access a struct through a pointer a) >> b) -> c) *

713


What is the arrow operator in c++?

645


Do class method definitions?

668


When do we use copy constructors?

686






What are the 3 levels of programming languages?

634


To which numbering system can the binary number 1101100100111100 be easily converted to?

701


Give an example of run-time polymorphism/virtual functions.

648


What is the best c++ compiler?

680


What are the advantages of c++ over c?

695


What is unary operator? List out the different operators involved in the unary operator.

676


Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).

727


What is object file? How can you access object file?

686


What is cin clear () in c++?

708


Why do we use constructor?

712