下列程序的输出结果是______。struct st{ int x;int*y;}*p; int dt[4]={ 10,20,30,40 }; struct st aa[4]={50,&dt[0],60,&dt[0],60,&dr[0],60,

admin2009-02-15  19

问题 下列程序的输出结果是______。struct st{  int x;int*y;}*p;   int dt[4]={ 10,20,30,40  };   struct st aa[4]={50,&dt[0],60,&dt[0],60,&dr[0],60,&dr[0],}   main(){  p=aa;   printf("%d\n",++(p->x));}

选项 A、51
B、11
C、10
D、60

答案1

解析
转载请注明原文地址:https://jikaoti.com/ti/WPK0FFFM
0

随机试题
最新回复(0)