Skip to content

Library Management System is implemented using linked list in C programming language. The main operation involves issuing books, returning the issued books and maintaining records of the issued books.

Notifications You must be signed in to change notification settings

smita3199/Library-Management-System-using-Data-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Library-Management-System-using-Data-Structures

Library management system is a simple console application using linked list in C programming language. User can perform basic library management operations like issuing books, returning the issued books and displaying records of the issued books with the user details.

Each book in the library has a unique identification number. The user issues the book by entering the book ID and the user details. Each user can issue only one book at a time. When the user returns the issued book, the book is available in the library for issuing again. The record of the issued book with user details can also be viewed.

About

Library Management System is implemented using linked list in C programming language. The main operation involves issuing books, returning the issued books and maintaining records of the issued books.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages