Answer Posted / manju
RTTI stands for Run Time Type Information.It is used to
provide information about the dynamic type of an object.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What do you mean by “this” pointer?
Is java the same as c++?
What are the advantages of c++ over c?
How can virtual functions in c++ be implemented?
What is difference between class and structure in c++?
Out of fgets() and gets() which function is safe to use?
What is the difference between a baller and a reference in C++?
How can you specify a class in C++?
What is one dimensional array in c++?
What is basic if statement syntax?
What is null and void pointer?
Mention the storage classes in c++.
What is a dll entry point?
Which is not a valid keyword a) public b) protected c) guarded
What is searching? Explain linear and binary search.