Differentiate between a constructor and a destructor in c++.
No Answer is Posted For this Question
Be the First to Post Answer
What is a unnitialised pointer?
What is the main purpose of c++?
When is a template better solution than a base class??
What is private public protected in c++?
Explain one-definition rule (odr).
int *p = NULL; printf("%1d",p) ; what will be the output of this above code?
How does list r; differs from list r();?
What are c++ templates used for?
Define linked lists with the help of an example.
Explain virtual class and friend class.
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
What are the various storage classes in C++?