document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. struct Books {
  2.    char  title[50];
  3.    char  author[50];
  4.    char  subject[100];
  5.    int   book_id;
  6. } book;
');