[1,2,3]+"hello"的结果是()A、[1,2,3,4,5]B、[1,1,2,3,4,5]C、报错D、[1,2,3]

[1,2,3]+"hello"的结果是()

  • A、[1,2,3,4,5]
  • B、[1,1,2,3,4,5]
  • C、报错
  • D、[1,2,3]

相关考题:

下面的PHP程序运行结果是什么?( )?php$A=’hello’;function print_A(){$A = ‘php mysql!!’;Global $A;echo $A;}eho $A;print_A();? A.helloB.php mysql!!C.hello helloD.hello php mysql!!

下列程序的输出结果是 inClUde using namespace std; intmain() { Char a[]="HellO,W 下列程序的输出结果是#inClUde<iostream>using namespace std;intmain(){Char a[]="HellO,World";Char*ptr=a;while(*ptr){if(*ptr>='a' *ptr <='Z')cout<<char(*ptr+'A' -'a');else cout<<*ptr;ptr++;}retur0;}A.HELLO,WORLDB.Hello,worldC.hELLO,wORLDD.hellO,world

下列程序的输出结果是()。includeusing namespace std;int main()于chara[]=”Hello,Te 下列程序的输出结果是( )。 #include<iostream> using namespace std; int main() 于 chara[]=”Hello,Test”; Char*p=a; while(*p) { if(*p)=’a’*p(=’z’) cout<<char(*p+’A’-’a’); else cout<<*p; p++; } return 0; }A.hello,testB.Hello,TestC.HELLO,TESTD.hELLO,tEST

语句“Hello”. equals(“hello”);的正确执行结果是______。A) trueB) falseC) 0D) 1A.B.C.D.

下列程序的输出结果是______。includeusing namespace std;int main() {char a []="He 下列程序的输出结果是______。 #include<iostream> using namespace std; int main() { char a []="Hello, World"; char *ptr=a; while (* ptr) { if(*ptr)= 'a' *ptr' <= 'z') cout << char(*ptr+'A'-'a'); else cout << *ptr; ptr++; } return 0; }A.HELLO,WORLDB.Hello,WorldC.hELLO, wORLDD.hello,world

下面程序的输出结果是()。includeinclude"string.h"void main(){char a[]="Hello T 下面程序的输出结果是( )。 #include<iostream.h> #include"string.h" void main() {char a[]="Hello Test",b[]="Test"; strcpy(a,b); cout<<a<<end1; } A) B)C) D)A.HelloB.TestC.Hello TestD.Hello Test HelloTest

以下程序的输出结果是 ______。includeincludevoidmain(){char *p1=",he 以下程序的输出结果是 ______。 #include<iostream.h> #include<string.h> void main(){ char *p1=",hello",*p2="world!",str[50]:"Hii"; strcpy(str+2,p1); strcat(str,p2); cout<<str; }A.Hii,hello world!B.hello world!C.ii,hello world!D.Hi,hello world!

下列程序的输出结果是( )。 include include"string.h" void main() {char a[]="He 下列程序的输出结果是( )。 #include<iostream.h> #include"string.h" void main() {char a[]="Hello Test",b[]="Test"; strcpy(a,b); cout<<a<<end1; }A.HelloB.TestC.Hello TestD.Hello Test HelloTest

有以下程序:当执行程序时从键盘上输入Hello Beijing<回车>,则程序运行后的输出结果是( )。A.hello bajiIlgB.Hello BeijingC.HELLO BEIJINGD.hELLO Beijing

若定义cin>>str;当输入Hello World!,所得的结果是str= ______。A.Hello World!B.HelloC.WorldD.Hello World

语句”Hello”.equals(”hello”);的正确执行结果是( )。A.trueB.falseC.0SXB 语句”Hello”.equals(”hello”);的正确执行结果是( )。A.trueB.falseC.0D.1

语句 System.out.println(4+8+"Hello,world!"); 的输出结果是12Hello,world!。() 此题为判断题(对,错)。

语句 System.out.println("Hello,world!"+4+8);的输出结果是Hello,world!48。() 此题为判断题(对,错)。

下列属于不可变的序列是()A、"HELLO"B、[]C、{"name":"zs"}D、(1,2,3)

在PHP中,语句“echo’hello’+128”的输出结果是()。A、helloB、hello128C、0128D、128

语句"Hello".equals("hello")的正确执行结果是()A、trueB、falseC、0D、1

下面这段代码的运行结果是()。 Dim MyStringBuilder As New StringBuilder("Hello World!") MyStringBuilder.Remove(5, 7) Console.WriteLine(MyStringBuilder)A、"Hello_"B、"Hello"C、"_World!"D、"World!"

有以下程序: #include void main() {while(putchar(getchar())!=’?’);} 当输入"hello?"时,程序的执行结果是()A、helloB、dijobC、dijob?D、hello?

[’a’,’b’]+[1,2,3]的结果是()A、[’a’,’b’]B、[1,2,3]C、[’a’,’b’,1,2,3]D、[]

{1,2,3}.add(‘a’)的结果是()A、{1,2,3,‘a’}B、[1,2,3,a]C、{1,2,3,a}D、False

语句Print Format("HELLO","")的输出结果是()A、HELLOB、helloC、HeD、he

执行语句:PRINTLtrim(Rtrim(‘Hello,world’)))的结果是()。

语句PrintFormat(“Hello World”,“”)的输出结果是()。A、hello WORLDB、hello worldC、HELLO WORLDD、HELLO world

单选题[1,2,3]+"hello"的结果是()A[1,2,3,4,5]B[1,1,2,3,4,5]C报错D[1,2,3]

单选题[’a’,’b’]+[1,2,3]的结果是()A[’a’,’b’]B[1,2,3]C[’a’,’b’,1,2,3]D[]

单选题语句"Hello".equals("hello")的正确执行结果是()AtrueBfalseC0D1

单选题{1,2,3}.add(‘a’)的结果是()A{1,2,3,‘a’}B[1,2,3,a]C{1,2,3,a}DFalse