Write a C program menu driven program that has the following options for Library transaction 1 add book to stock, 2 lend book , 3. return book, 4. book availability enquiry 5. Exit
Answers
Answer:
Menu driven C program for a book shop
Home > C Programs > C Structure and Union programs
« PreviousNext »
Programs
C Structures and Union Programs
Accept & display employee details
Calculate total payment of workers
Calculate total runs
Calculate age of student
Print details of customers
Details of highest paid employee
Program for Library operations
Arrange student record in descending order
Menu driven program for a book shop
Create structure & display elements
Menu driven program for employee structure
Arrange student data alphabetically
Write a 'C' program to accept book details for 'n' books as book_title, author, publisher and cost. Assign the accession number to each book in increasing order. Display these details as,
1. Books of a specific author
2. Books by a specific Publisher
3. All Books costing Rs. 500 and above.
4. All Books.
Solution:
#