C语言问题求助
若已定义:structstudent{intnum;charname[20];}stu[2]={{20,"Yanwei"},{19,"Matao"}};structstu...
若已定义:
struct student
{
int num;
char name[20];
}stu[2]={{20,"Yan wei"},{19,"Ma tao"}};
struct student *p=stu;
无法正确引用" Ma tao "的是( )。
A、stu[1].name
B、( p+1)->name
C、stu.name
D、(* (p+1)).name
麻烦详细解释一下 展开
struct student
{
int num;
char name[20];
}stu[2]={{20,"Yan wei"},{19,"Ma tao"}};
struct student *p=stu;
无法正确引用" Ma tao "的是( )。
A、stu[1].name
B、( p+1)->name
C、stu.name
D、(* (p+1)).name
麻烦详细解释一下 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询