Processing of Examination Marks Marks obtained by a batch of students in the Annual Examination are tabulated as follows
Posted: Sat Feb 19, 2022 3:21 pm
question must be done using C programing language along with the code and output and i need it ASAP thanks
Processing of Examination Marks Marks obtained by a batch of students in the Annual Examination are tabulated as follows: Student name Marks obtained S.Laxmi 45 67 38 55 V.S.Rao 77 89 56 69 Write a program to compute the total marks obtained by each student and print the rank list based on the total marks. The program must stores the student names in the array name and the marks in the array marks. After computing the total marks obtained by all the students, the program prepares and prints the rank list
following Processing of Examination Marks Marks obtained by a batch of students in the Annual Examination are tabulated as follows: Student name Marks obtained S.Laxmi 45 67 38 55 V.S.Rao 77 89 56 69 Write a program to compute the total marks obtained by each student and print the rank list based on the total marks. The program must stores the student names in the array name and the marks in the array marks. After computing the total marks obtained by all the students, the program prepares and prints the rank list