单选题 12.设 struct st {int i; int j; }*P; main() { struct st m[]={{10,1},{20,2},{30,3}}; p=m; printf ("%d\n",(*++p).j); } 则程序的输出结果是( )
【正确答案】 B
【答案解析】