Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial management theory and practice

Authors: Eugene F. Brigham and Michael C. Ehrhardt

12th Edition

978-0030243998, 30243998, 324422695, 978-0324422696

Students also viewed these Programming questions