HV #4b-write a program that creates a linked list of Student Records. Write a program that implements a linked list of Students Description: Create a linked list of Students. – Each node in the list is a struct Student object. – Define a struct Student with these data members: id (integer name (c string size 30) address (c string size 30) city (c string size 30) state (c string size 30) (c string size 30) (c
OR
OR