x); printf("%d\n",(++p)->x); } - 计算机软件基础(一)(02243) - 专业知识收录平台"> x); printf("%d\n",(++p)->x); } - 计算机软件基础(一)(02243) - 专业知识收录平台">
写出下列程序的运行结果。struct? st{int? x; int? *y;}*p;int? dt[4]={10,20,30,40};struct? st? aa[4]={50,&dt[0],60,&dt[1],70,&dt[2],80,&dt[3]};main(? ){p=aa; printf("%d\n",++p->x); printf("%d\n",(++p)->x); }
51 60
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。