Answer Posted / ravi kant
RTTI stands for run time type identification
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the rules about using an underscore in a c++ identifier?
Describe protected access specifiers?
Can I learn c++ without learning c?
What is the difference between struct and class?
What is virtual table?
What are the advantages of early binding?
How do I start a c++ project?
To what does “event-driven” refer?
What is the standard template library (stl)?
What is doubly linked list in c++?
Where must the declaration of a friend function appear?
What are references in c++?
Why is polymorphism useful?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.