Which sort does c++ use?



Which sort does c++ use?..

Answer / Khushboo

By default, C++ uses quicksort for sorting arrays and sequences. However, the choice of sorting algorithm can be customized based on user requirements.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What kind of jobs can I get with c++?

1 Answers  


What is #include iostream?

1 Answers  


What are the advantages of using a pointer?

1 Answers  


Why cout is used in c++?

1 Answers  


write the code that display the format just like 1 2 1 3 2 1 4 3 2 1 5 4 3 2 1 6 5 4 3 2 1

5 Answers  


How do you print a string on the printer?

1 Answers  


Out of fgets() and gets() which function is safe to use?

1 Answers  


Can recursive program be written in C++?

1 Answers  


What are the five basic elements of a c++ program?

1 Answers  


what is Member Functions in Classes?

1 Answers  


What is an associative container in c++?

1 Answers  


What is private, public and protected inheritance?

1 Answers  


Categories