Question: Create a library maragement database in C language using files where a student and faculty can issue books. Different limits for number of books

Create a library maragement database in C language using files where a 

Create a library maragement database in C language using files where a student and faculty can issue books. Different limits for number of books a student and teacher can issue. Also, the number of days will be different in case of students and teachers for issue any book. Each book will have different ID. Also each book of same name and same author (but number of copies) will have different ID. Entry of all the book will be done, who issue that book and when and also duration. Detail of Fine (when book not retumed at time) is also stored.

Step by Step Solution

3.30 Rating (150 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

include include include define MAXYR 9999 define MINYR 1900 define MAXSIZEUSERNAME 30 define MAXSIZE... View full answer

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 Programming Questions!