Question: Please use C Write down a program which will create a list (simple linear linked list) of nodes. Each node consists of two fields. The
Write down a program which will create a list (simple linear linked list) of nodes. Each node consists of two fields. The first field is a pointer to a structure that contains a student id (integer) and a grade-point average (float). The second field is a link. The data are to be read from a text file. Your program should read a file of 10 students (with student id and grade point average) and test the function you wrote (by printing student's information on screen)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
