Write a menu based program that shows the working of a library. The menu options are:
1. Add Book information
2. Display all Books
3. Search Book by Title
4. Search Book by Author
5. Count all Books in library
6. Update Book Record
7. Delete Book
0. Exit
Create a structure called Library to hold Book code, title, author name and store in a file.