*s2=20;
M=*s1+*s2;
Printf(“%d\n”,m);
}
(18)设有说明
Struct DATE{int year;int month; int day;};
请写出一条定义语句,该