How do I write a C program for library management that has the?
This sounds like a homework problem - in which case, you need to do this yourself. Learning programming is a process of building one idea upon another. If there is one idea that you dont know well enough to solve this kind of problem - and you skip over it by getting someone else to do it - then you will **NEVER** become a programmer because each new piece of coursework builds on the previous. This test is to see if you correctly understood the idea of a struct in C. If you did not - then youll **NEVER** be able to write a serious C program because struct is a very crucial concept that leads off into data structures like linked lists, trees, queues - as well as interfacing to a huge range of program libraries. So - I urge you to go back and re-read the previous chapter of whatever book youre working from - or talk to the person teaching the class in order to get more help. Asking other people to help you is a VERY bad idea. On the other hand - if this is not a homework problem and you really do need to manage an actual library - then for chrissakes use an SQL database - you shouldnt be using C for this.