网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
1、执行range(2,10,2)后运行结果是:
A.[2,4,6,8]
B.[2,4,6,8,10]
C.(2,4,6,8)
D.(2,4,6,8,10)
参考答案和解析
[1, 3, 5]
更多 “1、执行range(2,10,2)后运行结果是:A.[2,4,6,8]B.[2,4,6,8,10]C.(2,4,6,8)D.(2,4,6,8,10)” 相关考题
考题
下面的程序的运行结果是__________func main() {strs := []string{"one", "two", "three"}for _, s := range strs { go func() { time.Sleep(1 * time.Second) fmt.Printf("%s ", s) }()}time.Sleep(3 * time.Second)}
考题
下面的程序的运行结果是__________func main() { x := []string{"a", "b", "c"}for _, v := range x { fmt.Print(v)}}
考题
以下程序运行后的输出结果是______。 main ()inta.b,c;a=10; b=20;c=(a%b1);printf("%d%
以下程序运行后的输出结果是______。main ()int a.b,c;a=10; b=20; c=(a%b<)||{a/b>1);printf("%d %d %d n" ,a,b,c);}
考题
以下程序运行后的输出结果是( )。 include main(){ int a=1, b=7; do { b=b/2; a+=b
以下程序运行后的输出结果是( )。include<stdio.h>main(){ int a=1, b=7;do {b=b/2; a+=b;} while(b>1);printf("%d\n",A);}
考题
有以下程序 include main( ) { printf("%d\n",NULL); } 程序运行后的输出结果是
有以下程序#include <stdio.h>main( ){ printf("%d\n",NULL); }程序运行后的输出结果是A.0B.1C.-1D.NULL没定义,出错
考题
有以下程序:include main(){ printf("%d\n",NULL);}程序运行后的输出结果是()。A.0B.1C
有以下程序: #include<stdio.h> main() { printf("%d\n",NULL);} 程序运行后的输出结果是( )。A.0B.1C.-1D.NULL没定义,出错
考题
有以下程序includemain(){printf("%d\n",NULL);}程序运行后的输出结果是A.0B.1C.-1D.N
有以下程序 #include<stdio.h> main() {printf("%d\n",NULL);} 程序运行后的输出结果是A.0B.1C.-1D.NULL没定义,出错
考题
运行下面的程序,输入字符串Microsoft Visual Studio,则程序的执行结果是()。includemai
运行下面的程序,输入字符串Microsoft Visual Studio,则程序的执行结果是( )。 #include<stdio.h> main() {char Chr[20]; scanf("%s",Chr); printf("%s\n”,Chr); }A.Microsoft Visua1 StudioB.MC.MicrosoftD.MicrosoflVisualStudio
考题
以下程序段运行后,消息框的输出结果是( )。 a=10b=20c=abMsgBox c+1 A.一1B.0SX
以下程序段运行后,消息框的输出结果是( )。 a=10b=20c=a<;bMsgBox c+1A.一1B.0C.1D.2
考题
单选题执行以下代码后,屏幕显示结果是( )。A
-1B
1C
5D
﹣5
热门标签
最新试卷