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 oops and list its features in c++?
What is the full form of stl in c++?
What are advantages of c++?
which of the following is not an secondary constant a) array b) real c) union
Define a pointer to a data member of the type pointer to pointer?
Can we sort map in c++?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
What is virtual function? Explain with an example
Which bit wise operator is suitable for checking whether a particular bit is on or off?
What is a local reference?
How many ways can a variable be initialized into in C++?
What is virtual table?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
What are the various storage classes in C++?
State the difference between pre and post increment/decrement operations.