Write a C program to construct a linear linked list in C to store student records

a) Write a C program to construct a linear linked list in C to store student records. The record contains roll no. and total marks. The program stops when a negative roll no. is entered.


Leave a Reply