Student Management System
Description: Develop a basic system to manage student records, allowing the addition,
updating, and deletion of student details such as name, roll number, and course
enrollment. This project introduces beginners to file handling in C++, along with
fundamental data management concepts, and provides a practical application of structures
and functions.