若有下列语句,则引用方式不合法的是( )。struct student{ int num; int age;}; struct student stu[3]={{101,20}, {102,19}, {103,20}}, *p=stu;
A、(p++)->num
B、p++
C、(*p).num
D、p=&stu.age
发布时间:2025-06-03 11:28:00
A、(p++)->num
B、p++
C、(*p).num
D、p=&stu.age