STL (140)
OOPS (873)
C++ General (2409)
please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html
What is the precedence when there is a global variable and a local variable in the program with the same name?
What is the use of 'using' declaration in c++?
What operators can you overload in c++?
Define stacks. Provide an example where they are useful.
What is encapsulation oop?
What is c++ vb?
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
Why do pointers exist?
Explain the concept of dynamic allocation of memory?
What are the 4 pillars of oop?
Define a nested class. Explain how it can be useful.
What is destructor example?
What is a rooted hierarchy?
What are advantages of using friend classes?