Data Structure project in C that manages the registration of books.
The System has 3 options, the data present in the Book structure are: Book Name, Author Name, Publication Date, ISBN and Print Number.
When the "remove" option is selected, the data from the removed book is returned. The book removed will always be the one that entered the queue first, respecting FIFO (First In, First Out).
📖This project can be used for study purposes. Feel free to contribute to it.
There are spelling errors in some code that will be corrected soon:
"ISBN" is written as "IBSN".
"Publication Date" is written as "Publicatio Date".