阅读下面程序,并写出程序运行结果(c语言)急!谢谢
阅读下面程序,并写出程序运行结果#include"stdio.h"structstu{charname[10]; ...
阅读下面程序,并写出程序运行结果
#include "stdio.h"
struct stu{ char name[10];
int tel;
int age;
};
void fun(struct stu *p ,int a)
{ printf("%s,%d\n",p->name,a);}
int main()
{ struct stu student[4]={{"ZhangSan",611111111,17},
{"LiSi",622222222,16},
{"WangWu",633333333,19},
{"ZhaoLi",633333333,18}
};
fun(student+1,student[2].age);
return 0;
用手机编译器出不来。谢谢 展开
#include "stdio.h"
struct stu{ char name[10];
int tel;
int age;
};
void fun(struct stu *p ,int a)
{ printf("%s,%d\n",p->name,a);}
int main()
{ struct stu student[4]={{"ZhangSan",611111111,17},
{"LiSi",622222222,16},
{"WangWu",633333333,19},
{"ZhaoLi",633333333,18}
};
fun(student+1,student[2].age);
return 0;
用手机编译器出不来。谢谢 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询