STL (140)
OOPS (873)
C++ General (2409)
Should a constructor be public or private?
When should we use multiple inheritance?
what is the difference between a pointer and a reference?
List the features of oops in c++?
Difference between pass by value and pass by reference?
Why is the function main() special?
Write about the access privileges in c++ and also mention about its default access level?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
Describe Trees using C++ with an example.
Explain one-definition rule (odr).
what is multi-threading in C++?
Write about a nested class and mention its use?
What is while loops?
What is the difference between an ARRAY and a LIST in C++?
What is static in oop?