Which sort does c++ use?
Will this c++ program execute or not?
which operator is used for performing an exponential operation a) > b) ^ c) none
Is c++ platform dependent?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
Is map sorted c++?
Can a class be static in c++?
What is pointer to array in c++?
Explain one-definition rule (odr).
Which programming language is best?
How do you establish a has-a relationship?
What is ios class in c++?
Explain virtual class and friend class.
What is a container class?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3