单项选择题

设有以下程序段:
struct stint n;struct st *next;;
static struct st a[3]=5,&a[1],7,&a[2],9,'\0'),*p;
p=&a[0];
下面选项中,其值为6的表达式为______。

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