structst
{inti;
intj;
}*p;
main()
{structst.m[]={{10,1),{20,2},{30,3}},
p=m:
printf("%d\n",(*++p).j);
}
【正确答案】:2
structst{inti;intj;}*p;main(){structst.m[]={{10,1),{20,2},{30,3}
- 2024-08-04 11:37:47
- 高级语言程序设计(一)(00342)