Answer Posted / roshanpr
RTTI stands for run time type identification.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Explain what are the sizes and ranges of the basic c++ data types?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
What is prototype for that c string function?
What is abstraction c++?
What causes a runtime error c++?
What is oops in c++?
How to allocate memory dynamically for a reference?
Write about all the implicit member functions of a class?
What is data types c++?
Why is c++ considered difficult?
Explain the concept of copy constructor?
What does int * mean in c++?
What is enum class in c++?
Can a built-in function be recursive?
Can user-defined object be declared as static data member of another class?