Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 523 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 523 Bytes

Library Management System

This mini project in C Library Management System is a console application without graphic developed using the C programming language. In this, you can perform book-related operations like in a REAL library management system with computer.

Here, you can perform functions such as add books, return books, issue books, delete record of books issued, view record of books issued, search for books, and more. File handling has been extensively used in this project for almost all functions.