adspace
Answer Posted / Vishesh Anubhav Vashisht
C++ doesn't have a built-in sorting algorithm. However, it provides several standard libraries for sorting algorithms, such as STL's sort() function that uses the QuickSort or MergeSort algorithm based on compiler optimization.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers