單項選擇題設有如下定義成的鏈表,structst{intn;structst*next;}a[3]={5,&a[1],7,&a[2],9,NULL},*p=&a;則值為6的表達式是()。

A.p++->n
B.p->n++
C.(*p).n++
D.++p->n


您可能感興趣的試卷