In C++ cout is:
a) object
b) class
c) something else
Answers were Sorted based on User's Feedback
Answer / 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 |
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
Explain what is oop?
What are the techniques you use for debugging?
What is RTRT tool?can it be used for automation?can it work on packet PC?
Carry out conversion of one object of user-defined type to another?
What are keywords in c++?
Define the process of handling in case of destructor failure?
Why is c++ still best?
Differentiate between declaration and definition.
Why do we use templates?
What is double in c++?
What size is allocated to the union variable?