write a program to accept a 10 number and print them in descending order using selection sort.
Answers
Answered by
4
Selection sort in C: C program for selection sort to sort numbers. This code implements selection sort algorithm to arrange numbers of an array in ascending order. With a little modification, it will arrange numbers in descending order.
hope it helps you
please mark it
Attachments:
Similar questions