- Anything wrong with this code? T *p = 0; delete p;
- Anything wrong with this code? T *p = new T[10]; delete p;
- Are there any new intrinsic (built-in) data types?
- Assignment Operator - What is the diffrence between a "assignment operator" and a "copy constructor"?
- Bitwise Operations - Given inputs X, Y, Z and operations | and & (meaning bitwise OR and AND, respectively), what is output equal to in?
- Could you tell something about the Unix System Kernel?
- Define a constructor - What it is and how it might be called (2 methods).
- Define namespace.
- Define precondition and post-condition to a member function.
- Describe one simple rehashing policy.
