首页 试题详情
单选题

设有以下程序段,则值为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];

Ap++->n

B ++p->n

C p->n++

D(*p).n++

正确答案:A (备注:此答案有误)

相似试题

  • 单选题

    设有以下程序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];

    答案解析

  • 单选题

    以下不合法表达式(  )。

    答案解析

  • 单选题

    表达式

    答案解析

  • 多选题

    关于for(表达式1,表达式2,表达式3)循环,以下正确()

    答案解析

  • 多选题

    以下哪些属于逻辑运算表达式?( )

    答案解析

热门题库