What are vtable and vptr?


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

Post New Answer

More C++ General Interview Questions

Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].

1 Answers  


What is a constructor initializer list and when we use constructor initializer list?

3 Answers   Soft Info, TCS,


How a new element can be added or pushed in a stack?

0 Answers  


How to detect memory leaks in c++

1 Answers   Mphasis,


Which compiler does turbo c++ use?

0 Answers  






What is namespace std; and what is consists of?

0 Answers  


What is the difference between struct and class?

1 Answers  


What is the error in the code below and how should it be corrected?

0 Answers  


What are vtable and vptr?

0 Answers  


What is the use of function pointer?

0 Answers  


What is the rule of three?

0 Answers  


int *p = NULL; printf("%1d",p) ; what will be the output of this above code?

3 Answers   Microsoft,


Categories