单项选择题
有以下程序 struct s { int x,y; } data[2]={10,100,20,200};} main( ){ { struct s *p=data;} printf("%d\n",++(p->x));} 程序运行后的输出结果是 ()
A.10 B.11 C.20 D.21
A.不确定的值 B.形参p中存放的值 C.形参p所指存储单元中的值 D.形参p的地址值
A.0 B.1 C.-1 D.NULL没定义,出错