网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
下列程序的运行结果是( )。
A.6
B.7
C.8
D.9
参考答案
更多 “ 下列程序的运行结果是( )。A.6B.7C.8D.9 ” 相关考题
考题
下列程序的运行结果是 #include"stdio.h" main() { intx=-9,y=5,z=8; if(x<y) if(y<0)z=0; else z+=1; printf("%d\n",z);}A.6B.7C.8D.9
考题
有如下程序段void func(int *a,int b[ ]){ b[0]=*a+6; }main(){ int a,b[5]={0}; a=0;b[0]=3; func(a,b); printf("%d\n",b[0]); }程序运行后输出的结果是A.6 B.7 C.8 D.9
考题
有以下程序void func(int *a,int b[]){ b[0]=*a+6; }main(){ int a,b[5]={0}; a=0; b[0]=3; func(a,b); rintf("%d\n",b[0]);}程序的运行结果是A.6 B.7C.8 D.9
考题
下列程序的运行结果是#include "stdio.h"main( ){ int x=-9,y=5,z=8;if(x<y)if(y<0) z=0;else z+=1;printf("%d\n",z);}A.6B.7C.8D.9
考题
下列程序的运行结果是#include "stdio.h"main(){ int x=-9,y=5,z=8;if(xy)if(y0)z=0;else z+=1;printf("%d\n",z);}A.6B.7C.8D.9
考题
下面程序: void func (int *a,int b[]) { b[0] =*a+6;) main() { int a,b[5]; a=0; b[0]=3; func(a,b); printf("%d\n",b[0]); } 则程序运行后的输出结果是( )。A.6B.7C.8D.9
考题
下列程序,显示的运行程序结果是*** for i in range(1,4,1): print("*",end="")
热门标签
最新试卷