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
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
Why is c++ still used?
What is c++ vb?
what are function pointers?
What is the difference between c++ and turbo c++?
Can create new c++ operators?
What is runtime errors c++?
What is the c++ code?
What are maps in c++?
Differentiate between a pointer and a reference with respect to c++.
When should overload new operator on a global basis or a class basis?
What is this weird colon-member (" : ") syntax in the constructor?
We use library functions in the program, in what form they are provided to the program?
Why namespace is used in c++?
What is a dynamic binding in c++?