Student Record Management System
This project is a simple console-based application written in C++ that allows users to manage student records efficiently using a linked list data structure.
βοΈ Features β Add new student record π Search student by roll number β Delete student record π Display all student records π οΈ Technologies Used C++ Data Structures (Linked List) π How It Works
The system uses a linked list to store student data such as name, roll number, department, and marks. Users interact with the program through a menu-driven interface to perform operations like inserting, searching, deleting, and viewing records.