Write an application in C/C++ to process library book records. The library book records should be read from a text file containing the following data: ISBN, author, title, edition,publisher/imprint and price. Use the Internet to gather data on at least 20 records and prepare them in the text file. As each book record is read, insert it into a list by using array of structures.
List – Display the list in tabular format. Each display should contain an appropriate heading and column captions;