How does java differ from c and c++?
What are the five basic elements of a c++ program?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
What things would you remember while making an interface?
Live example for static function?
Describe exception handling concept with an example?
How does throwing and catching exceptions differ from using setjmp and longjmp?
How can a called function determine the number of arguments that have been passed to it?
What are the extraction and insertion operators in c++? Explain with examples.
How java is different from c and c++?
Describe about storage allocation and scope of global, extern, static, local and register variables?
What is namespace & why it is used in c++?
What are shallow and deep copy?