Write a C program that will generate alinked list of students and their data. Th
ID: 3610518 • Letter: W
Question
Write a C program that will generate alinked list of students and their data. The student data shouldinclude the following fields:
· FirstName
· LastName
· ID
· Major
· Class(freshman, sophomore, Junior, Senior)
·
I would use strings for all these fields.
I want to be able to load student data from the program. I wouldalso like to be able to list student data. So there will be aprompt to ask what I want to do. Load or list.
This implies a creation and iteration function.
Explanation / Answer
still hoping for help.. thanks :)