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 extern c++?
What is the meaning of c++?
Explain the difference between static and dynamic binding of functions?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
What do you mean by inheritance in c++? Explain its types.
Is oops and c++ same?
What is the difference between a reference and a pointer?
What is the use of :: operator in c++?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
What are files in c++?
Which bitwise operator is used to check whether a particular bit is on or off?
What are the methods of exporting a function from a dll?
What is flush c++?
Can I learn c++ without c?
What is c++ in english?