Why do we need c++?
How can we read/write Structures from/to data files?
Is java based off c++?
What are structures and unions?
What c++ is used for?
What is an object in c++?
Explain static and dynamic memory allocation with an example each.
Explain overriding.
Define upcasting.
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
What is an operator in c++?
Explain the difference between using macro and inline functions?
Should the this pointer can be used in the constructor?
What is the extraction operator and what does it do?
What are the types of array in c++?