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 are vtable and vptr?
describe private access specifiers?
What do the header files usually contains?
Who was the creator of c++?
How are the features of c++ different from c?
What are the advantages of inheritance in c++?
Is java easier than c++?
Can class objects be passed as function arguments?
What are the general quetions are in DEna bank manager IT/System interviews?
There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.
What is null pointer and void pointer?
Is it possible to provide default values while overloading a binary operator?
Which software is used for c++ programming?
What are the two types of comments, and how do they differ?
Can non-public members of another instance of the class be retrieved by the method of the same class?