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
What is the difference between function overloading and operator overloading?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
Is java easier than c++?
Can we run c program in turbo c++?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
Explain the differences between private, public and protected and give examples.
Explain the concept of dynamic allocation of memory?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
Difference between class and structure.
What is virtual methods?
what is data abstraction in C++?
Can static member variables be private?
Can non graphic characters be used and processed in C++?
Write a program which uses Command Line Arguments
We use library functions in the program, in what form they are provided to the program?