题目内容

设有以下语句: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

查看答案
更多问题

若有结构类型定义如下:struct bd{int x;float y;}r,*p=&r;那么,对r中的成员x的正确引用是

A. (*p).r.x
B. (*p).x
C. p->r.x
D. p.r.x

75893002.18加注分节号为()该数读作()

393400.8加注分节号为()该数读作()

86307009.04加注分节号为()该数读作()

答案查题题库