This is an advanced C project that implements a simple library management system.
It allows the user to add, display, search, and delete books using file handling.
- Add a new book (ID, Title, Author)
- Display all books
- Search a book by ID
- Delete a book by ID
- Persistent storage using files
- Clone the repository:
git clone https://github.com/YOUR_USERNAME/C-Library-Management-System.git
cd C-Library-Management-System
gcc library_management.c -o library_management
./library_management # Linux/Mac
library_management.exe # Windows