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

Post New Answer

More C++ General Interview Questions

int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?

11 Answers   HCL, Mphasis,


What are the various access specifiers in c++?

0 Answers  


why v use c++ even we have microprocessor

2 Answers   CybAge,


Explain function overloading and operator overloading.

0 Answers  


What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?

0 Answers  






Who discovered c++?

0 Answers  


Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.

0 Answers  


Write a code/algo to find the frequency of each element in an array?

0 Answers   Axtria,


int *p = NULL; printf("%1d",p) ; what will be the output of this above code?

3 Answers   Microsoft,


What is a breakpoint?

0 Answers  


Difference between delete and delete[]?

5 Answers   Infosys, TCS, Virtusa,


What is bubble sort c++?

0 Answers  


Categories