STL (140)
OOPS (873)
C++ General (2409) You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
1161Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
972What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
1180
What is c++ best used for?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
What is unary operator? List out the different operators involved in the unary operator.
What do you understand by zombie objects in c++?
Can we get the value of ios format flags?
Explain linear search.
What is one dimensional array in c++?
By using c++ with an example describe linked list?
Is stl part of c++ standard?
What is overloading in oop?
What is the difference between an enumeration and a set of pre-processor # defines?
Why are pointers not used in c++?
Why is c++ still best?
What is difference between n and endl in c++?
Is the declaration of a class its interface or its implementation?