若有以下程序段:structst{intn;structst*next;};structsta[3]={5,&a[1],7,&a[2],9,'\0'},*p=a;则值为6的表达式为()。


若有以下程序段:structst{intn;structst*next;};structsta[3]={5,&a[1],7,&a[2],9,'\0'},*p=a;则值为6的表达式为()。

A.p++->n

B.p->n++

C.(*p).n++

D.++p->n

正确答案:D


Tag:C语言程序设计基础 表达式 程序 时间:2021-11-28 15:14:00