In a function declaration, what does extern mean?
Difference between delete and free.
In what situations do you have to use initialization list rather than assignment in constructors?
Explain the extern storage classes in c++.
Explain function overloading and operator overloading.
What is searching? Explain linear and binary search.
Explain function overloading
When do we run a shell in the unix system? How will you tell which shell you are running?
Define vptr.
When do we run a shell in the unix system?
What are the rules for naming an identifier?
When do you call copy constructors?
Define macro.
What things would you remember while making an interface?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.