Question
The program must be in C/C++ Language You are asked to maintain book record for ABC library. You are required to store following information against
The program must be in C/C++ Language
You are asked to maintain book record for ABC library. You are required to store following information against a book: [5]
Book Id
Book Name
Author Name
Year of publication
Book Quantity
Use the single or double linked list to handle the records in the memory.
Give a menu driven program which should perform following functionalities.
1- Add new book [5]
2- Delete book [5]
3- Sort books on Year of publication [5]
4- Search book against Book Id [5]
5- Update Book information (Quantity) [5]
6- Exit
Use Selection sort algorithm to sort the records.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started