填空题
以下程序运行后输出结果是
【20】
。 #include <stdio, h> main( ) { int a,b,c; a=10; b:20; c=(a%b<1) ‖ (a/b>1); printf("%d %d %d\n",a,b,c); }
【参考答案】
10 20 0
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
填空题
以下程序运行后的输出结果是 【19】 。#include <stdio, h>main( )char c1 ,c2;for( el =’ 0’, c2 =’9’; e1<c2; c1 + + , c2 -- ) printf( %c%c , c1, c2 );printf( n );}
点击查看答案&解析
填空题
以下程序运行后输出结果是 【18】 。#include <stdio, h>void swap(int x.int y){ int t;t = x;x = y;y = t: printf( % d % d ,x,y);}main ( ){ iht a=3,b=4:swap(a,b); prinff( % d % d ,a,b);}
点击查看答案&解析
相关试题
软件开发的结构化生命周期方法将软件生命周...
有以下程序: #include <stdio.h> ...
有以下程序: #include <stdio.h> m...
有以下程序: #include <stdio.h>mai...
以下不能定义为用户标识符的是( )。