Question: write it in C programming Write a program that manages the bookshelf Use book structure Struct book char name[30]; char semi_ISBN[5] int page; 4 digits
write it in C programming

Write a program that manages the bookshelf Use book structure Struct book char name[30]; char semi_ISBN[5] int page; 4 digits Extend previous assignment problem (chapter 10) Add "save & load" functionality. There are 6 options menu 1. Display my bock s) . Add a book 3. Delete a book 4. Sort my books Display the book(s) on your bookshelf Add a book to the bookshelf Delete a book from the bookshelf Sort the books in alphabetic order Save the list of books as a text file Exit the program Save as a text file 6, Exit Choose a number
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
