STL (140)
OOPS (873)
C++ General (2409) Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?
1 1185
Explain deep copy and a shallow copy?
What is abstraction with example?
What is a try block?
Which compiler does turbo c++ use?
What is the difference between while and do while loop?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
Are c and c++ different?
When is dynamic checking necessary?
What is the best c++ book?
List the issue that the auto_ptr object handles?
When are exception objects created?
How do you write a function that can reverse a linked-list in C++?
What is class in oop with example?
What is the difference between the compiler and the preprocessor?
what is upcasting in C++?