填空题

下列程序执行后输出的结果是 【12】 。 struct s {int x,y;}data[2]={10,100,20,200}; main() { struct s *p=data; printf("%d\n",++(p->x)); }

【参考答案】

K