Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 601 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 601 Bytes

Library Automation System in C This is a simple library automation system implemented in C. The program allows users to manage books, borrowers, and transactions within a library setting. It provides functionalities such as adding, removing, and updating books and borrower information, as well as checking out and returning books.

Features Add new books to the library inventory. Remove books from the inventory. Update book information (e.g., title, author, genre, etc.). Add new borrowers to the system. Remove borrowers from the system. Check out books to borrowers. Return books to the library.