In C++ cout is:
a) object
b) class
c) something else
Answer Posted / vaibhav meena
cout is an object.....
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is c++ stringstream?
How long will it take to learn programming?
What is polymorphism & list its types in c++?
What is the cout in c++?
Does c++ vector allocate memory?
Explain the auto storage classes in c++.
What are disadvantages of pointers?
What is virtual methods?
Can we define function inside main in c++?
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 the maximum combined length of command line arguments including the space between adjacent arguments?
Does c++ have arraylist?
What is a .h file c++?
How are pointers type-cast?
What does scope resolution operator do?