注意:此页面搜索的是所有试题
题目内容
(国家开放大学程序设计基础)
设有以下语句:struct st{int 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
A.p++->n
B.p->n++
C.(*p)n++
D.++p->n
参考答案

