单项选择题

设有以下程序: struct st{int n;struct st *next;}; static struct st a[3]={5,&a[1],7,&

A.p++->n
B.p->n++
C.(*p).n++
D.++p->n
微信扫码免费搜题