问题描述:
[单选]
若有以下说明和语句,则值为6的表达式是()。 struct stu int n; struct stu*next; ; struct stu a[3],*p; a[0).n=5;a[0].next=&a[1]; a[1].n=7;a[1].next=&a[2]; a[2].n=9;a[2].next="\0"; p=&a[0];
A.p++->n
B.p->n++
C.++p->n
D.(*p).n++
参考答案:查看无
答案解析:无
☆收藏
答案解析:无
☆收藏
上一篇:下列程序段的执行结果是()。 int i=0; while(i++<=2)printf("%d\t",i);
下一篇:以下程序的运行结果是()。 main()char n=0x20; printf("%d\n",n=n<<1);
- 我要回答: 网友(216.73.216.96)
- 热门题目: 1.下列哪个工具是Oracle数 2.具有冲突检测载波监听多路访问 3.EIA RS-232C的电气
