Explain how the virtual base class is different from the conventional base classes of the opps.
How do we implement inheritance in c++?
What is a loop? What are different types of loops in c++?
Explain about Virtual Function in C++?
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 do you sort a sort function in c++ to sort in descending order?
What does '\r' and '\b' mean? Please explain with example.
What is srand c++?
give me an example for testing a program showing the test path .show how the test is important and complex.
What is null pointer and void pointer?
how to swap two strings without using any third variable ?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
To which numbering system can the binary number 1101100100111100 be easily converted to?