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