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 |
What kind of jobs can I get with c++?
What is #include iostream?
What are the advantages of using a pointer?
Why cout is used in c++?
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
How do you print a string on the printer?
Out of fgets() and gets() which function is safe to use?
Can recursive program be written in C++?
What are the five basic elements of a c++ program?
what is Member Functions in Classes?
What is an associative container in c++?
What is private, public and protected inheritance?