Describe private, protected and public – the differences and give examples.
What is prototype for that c string function?
Explain one-definition rule (odr).
what is a reference variable in C++?
What is the output of the following program? Why?
What are namespaces in c++?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
How can we read/write Structures from/to data files?
Why is main an int?
What is #include math h in c++?
What is a forward referencing and when should it be used?
How do I exit turbo c++?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.