What is virtual table?


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

Post New Answer

More C++ General Interview Questions

What is the default access level?

0 Answers  


What are the benefits of operator overloading?

0 Answers  


What is a static element?

0 Answers  


"How will you merge these two arrays? Write the program Array: A 1 18 22 43 Array: B 3 4 6 20 34 46 55 Output Array: C 1 3 4 6 18 20 22 34 43 46 55"

9 Answers   College School Exams Tests, HCL,


Write a program which uses Command Line Arguments

0 Answers  






What are the effects after calling the delete this operator ?

0 Answers  


Difference between Operator overloading and Functional overloading?

10 Answers   HP,


How to access a variable of the structure?

0 Answers  


Distinguish between a # include and #define.

0 Answers  


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

0 Answers  


What C++ libraries are you proficient with?

1 Answers   Google,


What is the use of 'using' declaration in c++?

0 Answers  


Categories