structst{inti;intj;}*p;main(){structst.m[]={{10,1),{20,2},{30,3}

作者:高老师 浏览 1

structst
{inti;
intj;
}*p;
main()
{structst.m[]={{10,1),{20,2},{30,3}},
p=m:
printf("%d\n",(*++p).j);
}
【正确答案】:2

📱 扫码体验刷题小程序

微信小程序二维码

扫一扫使用我们的微信小程序

热门题目

已复制到剪贴板