C Program For Bubble Sort
C Program For Bubble Sort
in ascending order. You can easily modify it to print numbers in descending order.
You can also sort strings using Bubble sort, it is less efficient as its average and
worst case complexity is high, there are many other fast sorting algorithms.