若有以下程序段,则选项中值为2的是()。struCt a{int n,*next;};int x=1,y=2,z=3;struct a s[3],*p=s;S [0].next=&x;s[1].next=&V;S[2].next=&z;
A.*(p++)一>nextB.*(++p)一>nextC.(*p).nextD.(p++)一>next