Explain pass by value and pass by reference.
What is the use of typedef?
Write about the role of c++ in the tradeoff of safety vs. Usability?
What is iterator in c++?
Difference between inline functions and macros?
What is singleton pattern in c++?
You run a shell on unix system. How would you tell which shell are you running?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
Explain function overloading
Difference between class and structure.
why and when we can declar member fuction as a private in the class?
What are the uses of typedef in a program?
What is pointer to array in c++?
What is flush () in c++?
What are the two types of polymorphism?