Write a menu based program to maintain student records. Your program should take
ID: 655395 • Letter: W
Question
Write a menu based program to maintain student records. Your program should take the following inputs: 1. Student first name (max. 20 characters)
2. Student last name, (max. 20 characters) 3. Student scores (float/double), eg. 85.4 4. Zip code (may be a string)
You have to create a structure Student with above information. Then create a linked list where each list node contains a Student.
Your program should be able to take records of a minimum of 5 students. After taking the records, you should provide 7 functionalities to the user.
1. Print records
Explanation / Answer
The folowing program might be hepful. #include struct student { int sub1; int sub2; int sub3; }; void main() { struct student s[10]; int i,total=0; clrscr(); for(i=0;iRelated Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.