如题目或答案有误,请通过BUG反馈告知我们修正,谢谢!
1
2
4
5
字符数组可以存放字符串
字符数组中的字符串可以整体输入、输出
可以在赋值语句中通过赋值运算符“=”对字符数组整体赋值
不可以用关系运算符对字符数组中的字符串进行比较
15
14
不确定
0
45
55
编译错误
将串str1复制到串str2中后再连接到串str3之后
将串str1连接到串str2之后再复制到串str3之后
将串str2复制到串str1中后再将串str3连接到串str1之后
将串str2连接到串str1之后再将串str1复制到串str3中
6.0
2.0
1.0
34
35
3
9
字符串中有非法字符
-3
-12
6
void play(var :Integer,var b:Integer)
void play(int a,b)
void play(int a,int b)
Sub play(a as integer,b as integer)
提交答案
推荐工具