Computer Science, asked by hHarshit6998, 1 year ago

A list contains rollno, name and marks of the student. Sort the list in descending order of marks using selection sort algorithm.

Answers

Answered by smartyjay9
2

n this program user ask to sort the record of multiple students merit wise. In this program structure type variable declared and a temp variable for temporary value storing. User need to establish the merit chart for sorting them. For this process user will use loop statement where user will calculate the data of students that are define on variable value. Loop statement will print all the data about student (roll no,score,name etc.). From the structure type variable.

Similar questions