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

What is namespace std; and what is consists of?

653


Is turbo c++ free?

613


What are member functions used in c++?

541


Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?

553


What is a binary file? List the merits and demerits of the binary file usagein C++.

720






int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

819


When is the copy constructor called?

619


Can we use pointers in c++?

599


What are the 3 levels of programming languages?

525


How to tokenize a string in c++?

594


Is dev c++ free?

606


Evaluate !(1&&1||1&&0) a) Error b) False c) True

690


What is the latest c++ standard?

667


What is a constant reference?

609


What is the object serialization?

609