Mini Project Data Structure
Mini Project Data Structure
o Problem Statement: Create a single linked list to store student records (ID,
Name, Marks). Allow insertion of new students at the beginning, deletion of a
student by ID, and traversal to display all records. Implement functions to search
by student ID and update marks.