Question: on c program A Library has a need to maintain book records such as its details and its date of issue. As the library is
on c program
A Library has a need to maintain book records such as its details and its date of issue. As the library is gaining more recognition, the number of books getting registered is increasing year by year. The Library Management decides to hire an application developer to design an application that will be able to store their books' records. Application should be capable of storing books details and their date of issue. Book details include Author's First Name, Last Name, ID number. Your task is to create the Linked List which implements the following functions: Creates a Linked List to store books records. Inserts an element at a particular position based on the date of issue. Displays book records Author's First Name: Author's Last Name: Book ID number Date of issue: OLDEST book ". Author's First Name: Author's Last Name: Book ID number: Date of issue: NEWEST book
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
