MCQOPTIONS
Which of the structure is correct?
struct book { char name[10]; float price; int pages; };
struct aa { char name[10]; float price; int pages; }