What are vtable and vptr?
No Answer is Posted For this Question
Be the First to Post Answer
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == 4 ) y-= 7; else y = 8; Enter a segment of code (without any IF statements) that does exectly the same thing using the switch structure.
What is name hiding in c++?
What are the methods of exporting a function from a dll?
What is an incomplete type in c++?
what is COPY CONSTRUCTOR and what is it used for?
What is ostream in c++?
What is c++ manipulator?
Does c++ support multilevel and multiple inheritances?
How do you define/declare constants in c++?
What is abstraction with real time example?
What is the prototype of printf function?
what is multi-threading in C++?