I have a structure named book which is defined as:
struct book { char name[30]; };
I created an array of the structure in this manner: