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.