题目内容
#includestruct st{int x, y;} data[2] = {1,10,2,20};void main(){struct st *p = data;printf("%d,", p->y);printf("%d\n", (++p)->x);}阅读程序,分析程序的运行结果为:
查看答案
搜索结果不匹配?点我反馈
更多问题