Clinic Management System in C
Developed a console-based Clinic Management System using the C programming language. The system features two types of user access: Admin and User.
Admin Features:
Add and edit patient records
Book appointments
Modify or delete existing appointments
User Features:
View available appointment slots
The project utilizes structures (structs) and linked lists for efficient data handling, with clear role-based access and input validation. It demonstrates core concepts of system-level programming, memory management, and user interface design in C.
---
Tools & Concepts:
C Programming (structs, pointers, file I/O)
Linked Lists
Role-Based Access Control
Modular design with functions for scalability