c++ ABC Central Library has hundreds of books which needs to be managed. Librarians who are experts at finding and organizing books suggest building an online system in which there will be a Menu for...


c++


ABC Central Library has hundreds of books which needs to be managed. Librarians who are
experts at finding and organizing books suggest building an online system in which there will be
a Menu for a Library.
 Now, Students are advised to create a struct having attributes bookNumber, title, author
and its availability in the form of true or false.
Following functions must be defined.
(i) Write a function that will store the following information in an array of struct and test
it via a test case.


Book 1 Book 2 Book 3
bookNumber 1 2 3
Title English Science Maths
Author Mr. Ali Ms. Amna Mr. Bilal
Available 0 1 1


(ii) Write a function that will return the count of books which are available.



Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here