struct book { char name[10]; float price; int pages; };
struct aa { char name[10]; float price; int pages; }
Comments