题目详情
单选题 struct date { int year; int month; int day; };struct s{struct date birthday;char name[20];} ;x[4]={{2008, 10, 1, "guangzhou"},{2009, 12, 25, "Tianjin"}};语句printf("%s,%d",x[0].name, x[1].birthday.year);的输出结果为________

学科:嵌入式原理与应用
时间:2024-06-24 11:40:32
