Write a program to create a link list of student records.

b) Write a program to create a link list of student records. The program reads the roll no
and name of the student and adds a node at the end of the list. It stops when a negative
roll no is entered by the user.


Leave a Reply