设有以下程序段,则值为6的表达式是()。
struct st { int n; struct st *next;}; static struct st a[3]={5,&a[1],7,&a[2],9,0 } ,*p; p=&a[0];
p++->n
++p->n
p->n++
(*p).n++
这道题你会答吗?花几分钟告诉大家答案吧!
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题