主观

struct stu 

int num; 

 char name[10]; 

int age; 

}; 

void py(struct stu *p)

{

 printf("%s\n",( *p). name);

 } 

void main() 

struct stu student [3]={{ 1001, "Sun",25}

                   {1002,"Ling",23}, 

                   {1003,"Shen",22}}; 

py(student+2) 

}

参考答案
您可能感兴趣的试题
¥

订单号:

遇到问题请联系在线客服

订单号:

遇到问题请联系在线客服