Saved Bookmarks
| 1. |
A binary file "BOOK.DAT" contains structure variables corresponding to the following struture:struct Book{int BookNo;char Book_name[20];};write a program to input a book number and search the file for this book. if the book is found in the file, then display the book name and if the book is not found in the file, then display an appopriate message. |
|
Answer» MARK ME ASBRAINLIEST |
|