July 6, 2021 in C and CPP
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.






