通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
有如下定义:
struct { int num; char name[10]; struct { int y; int m; int d; }birth; }s,*ps=&s;
以下对内嵌结构体成员的引用形式错误的是()。