Write a C program that will generate a linked list of studentsand their data. Th
ID: 3610442 • Letter: W
Question
Write a C program that will generate a linked list of studentsand their data. The student data should include the followingfields:
· 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.
You will of course need to use structures and the structure willneed a pointer type to point to the next structure.
Explanation / Answer
Write a C program that will generate a linked list of studentsand their data. Th
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.