有以下程序: include struct stu { int num;char name[l0];int age;}; void fun(struct stu*p)

有以下程序: include struct stu { int num;char name[l0];int age;}; void fun(struct stu*p) { printf("%s\n",p->name);} main() { struct stu x[3]={{01,"Zhang",20),{02,"Wang",l9},{03,"Zha0",l8}}; fun(x+2); } 程序运行后的输出结果是()。 A.Zhang B.Zhao C.Wang D.19

时间:2024-02-28 15:41:44

相似题目