good night i have an assignment that i really


good night i have an assignment that i really need help with. i have to create a struct file with tag name book to have members int book_id
char isbn[255]
char title[45]
char author[65]
char publish[255]
int year_publish
char edition
i have to create a sequential file that look like this
1.add new book
2.update book details
3.delete book
4.view single book
5.view all book
6.exit

if i choose 2 i would be prompt to enter the id of the book i wish to update

if i choose 3 im prompt for book id when the id is entered a message will display asking telling the that this opperation is irreversible then ask the user if they sure they want to delete this book (y/n) if user choose y the program should display "the book has been permanently deleted" if user choose no the program goes back to the option menu
im using dev c++4.9.9.2 the code have to be writen in c

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: good night i have an assignment that i really
Reference No:- TGS0177699

Expected delivery within 24 Hours