Sorting in C
In c there are ,multiple sorting algorithm available ,which can be incorporated inside the code. The various types of sorting method possible in c language .
There are multiple sorting in c -
1. Bubble Sort
2. Insertion Sort
3. Selection Sort
4. Merge Sort