This is a console-based C language project developed as a part of a university group assignment. The project demonstrates core programming concepts in C such as file handling, functions, and basic data manipulation. No databases are used; all data is stored and managed using files.
- Console-based user interface for easy interaction
- File handling for storing and retrieving data
- Modular code structure using functions
- Simple, easy-to-understand logic suitable for learning C