Answer Posted / sarmistha
RUN TIME TYPE INFORMATION. Afacility that allows an object
to b queried at runtime to determine its type.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a type-specific template friend class and a general template friend class?
Why is standard template library used?
What is vector pair in c++?
Define Virtual function in C++.
What do you mean by static variables?
What is the size of integer variable?
What is rtti in c++?
What is constant in c++ with example?
What is a singleton class c++?
What is c++ mutable?
What are the differences between malloc() and calloc()?
What is the difference between ++ count and count ++?
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
Differentiate between C and C++.
How to get the current position of the file pointer?