A simple command-line application built using C language, designed to manage patient appointments and records for a small clinic.
Features:
Add new patients (name, age, gender, ID)
Edit patient records by ID
Reserve time slots with doctors
Cancel reservations
View daily schedule and patient list
Technologies Used:
C Language (Structured Programming)
Data Structures: struct, arrays
File I/O (to save and load patient data)
Console-based interface (text-based menus)
Key Skills:
Working with struct and typedef
Function modularization and logic flow
File handling (fopen, fwrite, fread)
Input validation and user interaction