填空题
下列程序的输出结果是______。
main()
inta[]=31,27,20,12,6,1,*p=a;
p++;
printf("%d\n",*(p+2));
【参考答案】
12
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
填空题
阅读下列程序,则程序的输出结果为______。 #include stdio.h struet ty int data; char c;; main( ) street ty a=30,’x’; fun(a); printf( %d%c ,a.data,a.c); fun(struct ty b) b.data=20; b.c=’y’;
点击查看答案&解析
填空题
有以下程序 #include <stdio.h> main() char a[20]= How are you ,b[20]; scanf( %s ,b);printf( %s%s n ,a,b); 程序运行时从键盘输入:How are you<回车> 则输出结果为______。
点击查看答案&解析
相关试题
运行下列程序时,若输入的数据为“1,2,...
在计算机中,算法是指()。
在单链表中,增加头结点的目的是()。
下述关于数据库系统的叙述中正确的是()。
以下叙述中错误的是()。