Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

C programming struct homework

+1 vote
asked Apr 30, 2020 by Iftiaq (620 points) 1 flag
There are 10 people in a class (the specific number is entered by the keyboard) to take the final exam, and there are 3 exams. Define the structure type to describe student information. Each student information includes: student ID, name, grades of multiple courses, total grades and average grades. Using the array of structures as the function parameters, program the student achievement management system as follows.
(1) Enter each student's student ID, name, and test scores for each subject.
(2) Calculate the total score and average score of each course.
(3) Calculate the total score and average score of each student.
(4) Output each student's student ID, name, test scores of each subject, and the total and average scores of each course.

1 Answer

+1 vote
answered May 5, 2020 by sofibilal193 (620 points)
selected May 7, 2020 by Iftiaq
 
Best answer
https://onlinegdb.com/BkLm8mAYU

here is code copy and make some edits u need.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...