struct product{ char name[50]; int code; float price; }; int main() { struct product products[4]; for(int i=0;i<4;i++) { printf("type the %d products