what is upcasting in C++?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by public protected and private in c++?
sizeof - is it a function or operator?
How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever
17 Answers Datavance, Quark, VEL, Wipro,
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
What are the techniques you use for debugging?
What is volatile and pragma? When they are used?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
What is the difference between new/delete and malloc/free?
What are multiple inheritances (virtual inheritance)?
what are the iterator and generic algorithms.
What's the hardest coding language?
Why is c++ considered difficult?