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 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
include include include define MAXYR 9999 define MINYR 1900 define MAXSIZEUSERNAME 30 define MAXSIZE... View full answer
Get step-by-step solutions from verified subject matter experts
