0. What is the output of printf("%d")
1. What will happen if I say delete this
2. Difference between "C structure" and "C++ structure".
3. Diffrence between a "assignment operator" and a "copy constructor"
4. What is the difference between "overloading" and "overridding"?
5. Explain the need for "Virtual Destructor".
6. Can we have "Virtual Constructors"?
7. What are the different types of polymorphism?
8. What are Virtual Functions? How to implement virtual functions in "C"
9. What are the different types of Storage classes?
10. What is Namespace?
11. What are the types of STL containers?.
12. Difference between "vector" and "array"?
13. How to write a program such that it will delete itself after exectution?
14. Can we generate a C++ source code from the binary file?
15. What are inline functions?
16. Talk sometiming about profiling?
17. How many lines of code you have written for a single program?
18. What is "strstream" ?
19. How to write Multithreaded applications using C++?