a better code would be



typedef struct{
char country_name[50];
int gold;
int silver;
int bronze;
} SPORTS;