Answer Posted / roshanpr
RTTI stands for run time type identification.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Can malloc be used in c++?
What are put and get pointers?
What is split a string in c++?
How can I learn dev c++ programming?
Explain the pure virtual functions?
What are features of c++?
How do I start a c++ project?
Why is it called c++?
What is input operator in c++?
Explain the extern storage classes in c++.
What are the extraction and insertion operators in c++? Explain with examples.
Why Pointers are not used in C++?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
Do we have to use initialization list in spite of the assignment in constructors?
What is the c++ programming language used for?