学习 / 结构体 / 多个结构体 · 4 / 6

单选题 · 第 4 / 6 题 先提交再记对错;看解析随时可以打开

执行后 s.birth.m 的值是( )。

struct Date { int y, m, d; };
struct Student { int id; struct Date birth; } s;
s.birth.y = 2004;
s.birth.m = 9;
s.birth.d = 1;
看本节讲解

本题考点:多个结构体 · 登录后答错会进入错题本