3. Assume that you now planned to stored subject wise student marks in the same student_array as discussed in Assignment-VIII by modifying it to a two dimensional array as shown below for three...

Q3 C programing3. Assume that you now planned to stored subject wise student marks in the same<br>student_array as discussed in Assignment-VIII by modifying it to a two dimensional array<br>as shown below for three students and six subject marks.<br>Rollno/Subject 1<br>2<br>3<br>4<br>5<br>Total<br>1<br>30<br>83<br>45<br>92<br>60<br>76<br>386<br>2<br>45<br>43<br>67<br>52<br>89<br>56<br>352<br>3<br>28<br>10<br>29<br>68<br>73<br>62<br>270<br>Total<br>103<br>136<br>141<br>212<br>222<br>194<br>1008 (Grand Total)<br>Assuming 'n' students and 'm' subjects, design a menu driven program using function which<br>will do the followings where all the students' rollno and subject name are integers as shown<br>in the above table.<br>i) Read those student marks and display them on the screen along with their rollno using<br>pointer.<br>ii) Display the subject-wise and student-wise total marks obtained and the grand total.<br>iii) Display the student details who obtained the highest mark.<br>

Extracted text: 3. Assume that you now planned to stored subject wise student marks in the same student_array as discussed in Assignment-VIII by modifying it to a two dimensional array as shown below for three students and six subject marks. Rollno/Subject 1 2 3 4 5 Total 1 30 83 45 92 60 76 386 2 45 43 67 52 89 56 352 3 28 10 29 68 73 62 270 Total 103 136 141 212 222 194 1008 (Grand Total) Assuming 'n' students and 'm' subjects, design a menu driven program using function which will do the followings where all the students' rollno and subject name are integers as shown in the above table. i) Read those student marks and display them on the screen along with their rollno using pointer. ii) Display the subject-wise and student-wise total marks obtained and the grand total. iii) Display the student details who obtained the highest mark.

Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here