Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

Please help me in this data structures question,, Write a program with structures which contains

0 votes
asked Apr 11, 2018 by [email protected]
Write a program with structures which contains information found in a library’s card catalog. It should contain the author name, the publishing year (in form of: yyyy), the company name, and status. Use functions to fill and display the books enrolled in the structures. Assume that there are 10 books in the library. in the status part if the book publishing year is before 1985 the program should indicate that this book is a reference otherwise it will show it available to borrow. The first 3 variables (author, publishing year and company) will be entered by user and the last variable (status) is filled by the program according to publishing year.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...