单项选择题

设有如下定义成的链表,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