已有定义和声明:
structstudent
{ intno;
charname[20];
struct{intyear,month,day;}birth;
} s;
若要求将日期“1989年11月12日”保存到变量s的birth成员中,则能实现这一功能的程序段是________。
【正确答案】 D
【答案解析】