what is a class? Explain with an example.
Write a recursive program to calculate factorial in c++.
What is vector processing?
Explain about Virtual Function in C++?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
What is Destructor in C++?
Write a Program for find and replace a character in a string.
What is constructor in C++?
Explain about Garbage Collector?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
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 the use of "new" operator?
Write a Program to find the largest of 4 no using macros.
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
What is function overloading in C++?