What is nested class in c++?
sizeof - is it a function or operator?
Floating point representation and output seems to be compiler dependent?
How do you clear a buffer in c++?
Explain virtual class and friend class.
What is namespace std; and what is consists of?
Can I run c program in turbo c++?
What are the static members and static member functions?
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 ].
What is the difference between std::vector and std::list
What is microsoft c++ redistributable?
What is switch case in c++ syntax?
What is slicing?