x); printf("%d\n",(++p)->x); } - 计算机软件基础(一)(02243) - 专业知识收录平台"> x); printf("%d\n",(++p)->x); } - 计算机软件基础(一)(02243) - 专业知识收录平台">
当前位置:首页 > 计算机软件基础(一)(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); }

高老师2年前 (2024-03-28)计算机软件基础(一)(02243)22

写出下列程序的运行结果。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

扫描二维码免费使用微信小程序搜题/刷题/查看解析。

版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。

本文链接:https://doc.20230611.cn/post/1154940.html

分享给朋友: