When should overload new operator on a global basis or a class basis?
What is the basic concept of c++?
what are the iterator and generic algorithms.
What is the difference between a baller and a reference in C++?
Write about the local class and mention its use?
What issue do auto_ptr objects address?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
Define Virtual function in C++.
What does it mean to declare a member function as static?
Give 10 points of differences between C & C++.
Write a program to find the Fibonacci series recursively.
Difference between shift left and shift right?
What is function overloading in C++?