Why do we use templates?
if there is binary tree which one is the easiest way to delete all child node?
Describe exception handling concept with an example?
What compiler was used?
What is c++ iterator?
Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
Why do we need pointers?
What is Name Decoration?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
What is the difference between #import and #include?
how is returning structurs from functions?Show an eg?
Which software is best for coding?
How do you save a c++ program?