Do you know the use of vtable?
No Answer is Posted For this Question
Be the First to Post Answer
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
what are difference between c and c++?
How do you differentiate between overloading the prefix and postfix increments?
What is the extension of c++?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
What is vector processing?
Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];
How does c++ sort work?
What is a namespace in c++?
Is c++ a good first language to learn?
What is string in c++ programming?
Which operator cannot be overloaded c++?