Skip to content

shapthan-simcode/library-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Library Management System in C

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.


Features

  • Add a new book (ID, Title, Author)
  • Display all books
  • Search a book by ID
  • Delete a book by ID
  • Persistent storage using files

How to Run

  1. 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





About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages