What is RTTI and why do you need it?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ Interview Questions

It is possible to build a C++ compiler on top of a C compiler. How would you do this?

0 Answers   Amazon,


What are the advantages/disadvantages of using inline and const?

0 Answers   Amazon,


what do you mean by exception handling in C++?

0 Answers   Alter,


What is a class in C++?

0 Answers   Amazon, TCS, UGC Corporation,


Write a syntax and purpose of switch statement.

0 Answers   Agilent,






What are the costs and benefits of using exceptions?

0 Answers   Amazon,


Difference between Call by pointer and by reference.

0 Answers   Adobe,


How to run C++ program in cmd

0 Answers  


Identify the error in the following program. #include<iostream.h> void main() { int i = 0; i = i + 1; cout « i « " "; /*comment *//i = i + 1; cout << i; }

1 Answers  


What is the meaning of the following declaration: int *const *const *i?

0 Answers   Adobe,


What is the 4 difference between delete[] and delete?

0 Answers   Alter,


Write a C++ Program to Find Sum and Average of n numbers using for loop.

1 Answers  


Categories