Programming Example
Write a program to achieve the following: include the relevant header files. a) Define a structure called Books, with the following members: title, author, subject, book_id The title, author and subject should be strings (length 50 each) while book-id should be integer Inside main() function: 1)Declare an array of Books type that has size 5. 2) Accept values from the user and store them in the array in 1 (b)Use the printf() function to display the information in the array.
Write a program to achieve the following:
include the relevant header files.
a) Define a structure called Books, with the following members: title, author, subject, book_id
The title, author