what is the difference between overloading & overriding? give example.
what is a class? Explain with an example.
Write a recursive program to calculate factorial in c++.
What is vector processing?
Find MAXIMUM of three distinct integers using a single C statement
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.