题目内容
分析下程序,并写出程序的运行结果。#include struct s{int a,b;}data[2]={10,100,20,200};main(){struct s p=data[1];printf("%d\n",++(p.a));}输出为()。
查看答案
搜索结果不匹配?点我反馈