How would you call C functions from C++ and vice versa?
Differentiate between declaration and definition in C++?
throw Can constructors exceptions?
What is the return value of the insertion operator?
What is the best way to take screenshots of a window with c++ in windows?
Why was c++ created?
How do you test your code?
Adobe Interview & Adobe Placement Paper
What happens if an exception is throws from an object's constructor and from object's destructor?
Explain about profiling?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
What is a responder chain?
Give example of a pure virtual function in c++?