In C++ cout is:
a) object
b) class
c) something else
Answer Posted / hemant majithia
ans is a) it is an object of ostream_withassign.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is unary operator? List out the different operators involved in the unary operator.
What is pointer to member?
Define a constructor?
What is the difference between public and private data members?
What do you mean by early binding?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300
What is a local reference?
What is c++ prototype?
Explain container class.
Do inline functions improve performance?
How can a struct in c++ differs from a struct in c?
What are libraries in c++?
What is meant by a delegate?
Is c++ a float?