Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?
1 999Post New C++ General Questions
What are the various arithmetic operators in c++?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
which operator is used for performing an exponential operation a) > b) ^ c) none
Write a program to find the reverse Fibonacci series starting from N.
What information can an exception contain?
How many types of comments are there in c++?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
What is ifstream c++?
Write about a nested class and mention its use?
What is the difference between reference and pointer?
How many different levels of pointers are there?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
Write a program which employs Recursion
What is the use of 'this' pointer?
What is microsoft c++ redistributable?