C Program to Read and Print details of 50 Students using Structure


C Program to read, print name and other details of 50 students ?

Problem Statement :

The annual examination is conducted for 50 students for three subjects. Write a program to read the data and determine the following:

  • (a) Total marks obtained by each student.
  • (b) The highest marks in each subject and the Roll No. of the student who secured it.
  • (c) The student who obtained the highest total marks.

C Program : Print Details of 50 students using Structure

Output :