• 2022-05-26
    对于如下的结构体定义,若对变量person的出生年份进行赋值,正确的赋值语句是(). struct date {int year,mouth,day; }; struct worklist {char name[20]; char sex; struct date birthday; }person;