填空题
以下程序的输出结果是______。
#include <stdio. h>
main()
int a[5]=2,4,6,8,10,*p;
p=a:p++:
printf("%d",*p);
【参考答案】
D
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
填空题
以下程序的输出结果是______。 #include <stdio.h> #include <string.h> char *fun(char*t) char *p=t; return (p+strlen(t) 2); main() char *str= abcdefgh ; str=fun(str); puts(str);
点击查看答案&解析
填空题
b[i][0]
点击查看答案&解析
相关试题
以下程序的输出结果是______。 #in...
有以下程序: #include <stdio.h> ...
有以下程序: int fun(int x[],int...
以下程序的输出结果是()。 #include<s...
以下程序的输出结果是______。 void...