Course_Registration_Project_Report
Course_Registration_Project_Report
Project Report of
Submitted to
Afsara Waziha
Lab Instructor
Submitted by
Introduction:
programming language. It allows students to register for courses, log in with their credentials, and
manage their course registrations. The system stores data persistently using files and provides
Background:
Existing registration systems are often manual and error-prone. This project aims to offer a simple
automated solution using C, applying concepts like structures, arrays, file handling, and user-defined
System Features:
User Stories:
1. As a student, I want to log in using my credentials so that I can manage my course registrations.
2. As an admin, I want to view, search, and delete students so that I can maintain a clean and
accurate database.
Advantages:
Limitations:
Topics Covered:
- Pointers
- Menu-driven Programming
Screenshots:
Future Work:
This project was completed individually. All sections including design, development, debugging, and