网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
若执行下述程序时,从键盘输入的数据是3和6,则程序的输出结果是()。includevoid main(){
若执行下述程序时,从键盘输入的数据是3和6,则程序的输出结果是( )。 #include <stdio.h> void main() {int x,y,z; scanf("%d%d",&X,&y); z = y + x; if (x<y) z = y + x; printf("%d",z); }
A.9
B.3
C.0
D.有语法错误
参考答案
更多 “ 若执行下述程序时,从键盘输入的数据是3和6,则程序的输出结果是()。includevoid main(){ 若执行下述程序时,从键盘输入的数据是3和6,则程序的输出结果是( )。 #include <stdio.h> void main() {int x,y,z; scanf("%d%d",X,y); z = y + x; if (x<y) z = y + x; printf("%d",z); }A.9B.3C.0D.有语法错误 ” 相关考题
考题
若执行下列程序时从键盘上输入2,则输出结果是()。 inclUde main() {int a; scanf("%d",
若执行下列程序时从键盘上输入2,则输出结果是( )。#inclUde<stdio.h>main(){int a;scanf("%d",A);if(a++<3)printf("%d\n",A);else printf("%d\n",a--);}A.1B.3C.2D.4
考题
若执行下列的程序时,从键盘上输入1和2,则输出结果是( )。 include main(){ int a,b,s;s
若执行下列的程序时,从键盘上输入1和2,则输出结果是( )。 #include<stdio.h> main() { int a,b,s; scanf("%d%d",a,b); s=a; if(a<b) s=b; s=s*s; printf("%d\n",s); }A.1B.4C.2D.9
考题
若执行下列的程序时,从键盘上输入1和2,则输出结果是( )。includemain(){ int a,b,s; sc
若执行下列的程序时,从键盘上输入1和2,则输出结果是( )。 #include<stdio.h> main() { int a,b,s; scanf("%d%d",a,b); s=a; if(a<b) s=b; S=S*S, printf("%d\n",s); }A.1B.4C.2D.9
考题
若执行下列的程序时,从键盘上输入1和2,则输出结果是()。 include main() { int a,b,s;
若执行下列的程序时,从键盘上输入1和2,则输出结果是( )。#include<stdio.h>main(){ int a,b,s;scanf("%d%d",a,B) ;S=a;if(a<B) s=b;s=s*s;printtf("%d\n",s);}A.1B.4C.2D.9
考题
在执行下述程序时,若从键盘输入字母H,则输出结果是()。 #include <stdio.h> int main() { char ch; ch=getchar(); switch(ch) { case 'H':printf("Hello! n"); case 'G':printf("Good morning! n"); } }
考题
2、在执行下述程序时,若从键盘输入字母H,则输出结果是()。 #include <stdio.h> int main() { char ch; ch=getchar(); switch(ch) { case 'H':printf("Hello! \n"); case 'G':printf("Good morning! \n"); } }
考题
【单选题】在执行下述程序时,若从键盘输入6和2,则输出结果是_______。 #inlude <stdio.h> main() { int a,b,k; scanf("%d,%d",a,b); k=a; if(a<b)k=a%b; else k=b%a; printf("n%d",k); }A.5B.3C.2D.0
考题
【单选题】在执行下述程序时,若从键盘输入6和8,则输出结果是_______。 #inlude <stdio.h> main() { int a,b,s; scanf("%d%d",a,b); s=a; if(a<b) s=b; s*=s; printf("n%d",s); }A.36B.48C.64D.以上都不对
热门标签
最新试卷