Given the following:

struct year{
int month;
int day;
int year;
};

struct person{
char fname[15];