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

Answer Posted / sriram

ANSWER IS C. COUT IS AN BUID IN OPERATOR THAT WAS DEFINED
IN HEADER FILE: <IOSTREAM.H>
SINCE, IN C++ COUT IS AN CONSOLE OUTPUT OPERATOR.

Is This Answer Correct ?    2 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between function overloading and operator overloading?

779


What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required

793


Is java easier than c++?

785


Can we run c program in turbo c++?

814


What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?

852


Explain the differences between private, public and protected and give examples.

784


Explain the concept of dynamic allocation of memory?

860


In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?

839


Difference between class and structure.

901


What is virtual methods?

891


what is data abstraction in C++?

842


Can static member variables be private?

867


Can non graphic characters be used and processed in C++?

919


Write a program which uses Command Line Arguments

859


We use library functions in the program, in what form they are provided to the program?

867