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个回答
TableDI
2024-07-18 广告
2024-07-18 广告
VLOOKUP是Excel中用于垂直查找的函数,其基本用法包括四个参数:1. 查找值:即在数据表首列中需要搜索的值。2. 数据表:包含查找值的单元格区域或数组。3. 返回值所在列数:指定返回查询区域中第几列的值。4. 查找方式:选择精确匹配...
点击进入详情页
本回答由TableDI提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询