How many types of sorting array in C programming?

1 answer

Answer

1082005

2026-06-01 03:15

+ Follow

You can sort an array with any method you want, but there is a built-in qsort function, declared in stdlib.h (see the attached link).

bubble sort, quick sort, insertion sort, merge sort, radix sort and lot more..

merge sort is the most efficient one..

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.