填空题
以下程序运行后的输出结果是______。
int a=5;
fun (int B)
static int a=10;
a+=b++;
printf("%d",A) ;
main()
int c=20;
fun(C) ,
a+=C++;
printf("%d\n",A) ;
【参考答案】
30 25
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
填空题
以下程序运行后的输出结果是______。 #inClude <strinq.h> char *ss(char *s) char *p;t; p=S+1;t=*s; while(*p)*(p-1)=*p;p++; *(p-1)=t; return s; main() char *p,str[10]= abcdefgh ; p=ss(str); printf( %s n ,p);
点击查看答案&解析
填空题
以下程序的输出结果是______。 main() char s[]= abcdef ; s[3]=’ 0’; printf( %s n ,s);
点击查看答案&解析
相关试题
以下程序的功能是输出如下形式的方阵: 1...
请在以下程序第一行的下划线处填写适当内容...
mysulen函数的功能是计算str所指字符山的长...