Question: do function about delate a book from this variables //Global variables declaration const int SIZE =20;// global constat int count=0; / actual array size /

do function about delate a book from this variables
do function about delate a book from this variables //Global variables declaration

//Global variables declaration const int SIZE =20;// global constat int count=0; / actual array size / /Structures declaration struct Date \{ int day; int month; int year; \}; /lend of struct Date struct Book 36{ int id; string bookTitle; string author; int numofCopies; Date publishDate; \}BookArr[SIZE]; //global array of struct Book //Functions prototypes int menu(); void add_book (); bool emptyArray (); void show_allBooks (); void buy_book(); void search_ByID()

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!