单选题 已有定义和声明: struct student {int no; char name[20]; struct{int year,month,day;}birth; } s; 若要求将日期"1989年11月12日"保存到变量s的birth成员中,则能实现这一功能的程序段是 ______ 。
【正确答案】 D
【答案解析】