How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
What is the this pointer?
Who discovered c++?
In a function declaration what does extern means?
What is the most common mistake on c++ and oo projects?
We use library functions in the program, in what form they are provided to the program?
Can non-public members of another instance of the class be retrieved by the method of the same class?
Differentiate between late binding and early binding.
Is c++ platform dependent?
What are the 3 levels of programming languages?
What are the implicit member functions of class?
Tell me an example where stacks are useful?
If I is an integer variable, which is faster ++i or i++?