注意:此页面搜索的是所有试题
以下对结构体变量stu1中成员age的合法引用是()
structstudent
{intage;
intnum;
}stu1;
A、
stu1.age
B、
stu1.num
C、
student.age
D、
student.num

参考答案