write a c code to create a data base of students using structure. the member variables are roll, grade, and marks. create 3 structure variable of 3 different roll numbers and find out the roll number of the student who is having highest marks

1

Write a c code to create a data base of students using structure. The member variables are roll, grade, and marks. Create 3 structure variable of 3 different roll numbers and find out the roll number of the student who is having highest marks.

By Beginner Yolanda Gerhold at Jan 27 2021


Related code examples


Code examples by languages