A.)at("my T eacher",3,7)
B.) substr(" M y T eacher",3,7)
C.) right (" M y T eacher",7)
D.) left (" T eacher",7)
[单选题]计算结果不是字符串“Teacher”的语句是A.at(“MyTeacher”,3,7)B.substr(“MyTeacher”,3,7)C.right(“MyTeacher”,7)D.left(“Teacher”,7)
[单选题]计算结果不是字符串“Teacher”的语句是( )。A.AT(″MyTeacher″,3,7)B.SUBSTR(″MyTeacher″,3,7)C.
[单选题]计算结果不是字符串”Student”的语句是( )。A. left(”Student”,7)B. substr(“MyStudent”,3,7)C. right(”MyStudent”,7)D. at(”MyStudent”,3,7)
[单选题]计算结果不是字符串“Student”的语句是( )。A. left(”Student”,7)B. substr(”MyStudent”,3,7)C. right(”MyStudent”,7)D. at(”MyStudent”,3,7)
[单选题]执行下列语句s~Input=InputBox(”请输入字符串”,”字符串对话框”,”字符串”)将显示输入对话框。此时如果直接单击“确定”按钮,则变量strInput的内容是A.”请输入字符串”B.”字符串对话框”C.”字符串”D.空字符串
[单选题](20)执行下列语句strInput=InputBox ("请输入字符串","字符串对话框","字符串")将显示输入对话框。此时如果直接单击“确定”按钮,则变量 strInput 的内容是( )。A.)"请输入字符串"B.)"字符串对话框"C.)"字符串"D.)空字符串
[单选题]不能把字符串"Hello!"赋给数组b的语句是______。A.char b[10]={'H','e','l','l','o','!'};B.char b[10]={'h','e','l','l','o','!'};C.char b[10];strcpy(b,"Hello!");D.char b[10]="Hello!";
[单选题]不能把字符串"HELLO!"赋绐数组b的语句是______。A.char b[10]={'H,''E','L','L','O','!'};B.char b[10]={'h','e'.,l','l','o''!'};C.char b[10];strcpy(b,"Hello!");D.char b[10]="Hello!";
[单选题]不能把字符串"Hello!"赋给数组b的语句是______。A.char b[10]={'H','e','l','l','o','!'};B.char b[10]={'h','e','l','l','o','!'};C.char b[10];strcpy(b,"Hello!");D.char b[10]="Hello!":
[单选题]不能把字符串"Hello!"赋给数组b的语句是______。A.char b[10]={'H','e','l','l','o','!'};B.char b[10]={'h','e','l','l','o','!'};C.char b[10];strcpy(b,"Hello!");D.char b[10]="Hello!";