This is a console-based Medical Management System developed in C. It allows basic operations related to a pharmacy or clinic setup, such as managing medicines, handling sales, and tracking inventory. The system provides a simple yet functional interface for users to perform CRUD (Create, Read, Update, Delete) operations.
- Add, update, delete, and view medicine records
- Search medicines by name or ID
- Manage stock and expiry dates
- Generate bills for purchased medicines
- File handling for persistent data storage
- Password-protected admin access (optional)
- Language: C
- Environment: Console (CLI)
- Data Storage: File handling (binary/text files)
- Small medical shops or pharmacy demos
- Learning C programming with real-world logic
- Practice project for file I/O and structs
-
Clone the repository:
https://github.com/Nikhil-Dadhich/Medical-Management-in-C.git