Which sort is best for the set: 1 2 3 5 4
a) Quick Sort
b) Bubble Sort
c) Merge Sort
No Answer is Posted For this Question
Be the First to Post Answer
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
Live example for static function?
What is meant by the term name mangling in c++?
Who created c++?
What is a virtual destructor? Explain the use of it?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
Explain one-definition rule (odr).
Will a catch statement catch a derived exception if it is looking for the base class?
How do you write a function that can reverse a linked-list?
What are the advantages of using a pointer?
What is scope operator in c++?
What is the difference between a constructor and a destructor in C++?