没有搜到到结果?点击这里求解答/求资源。
【单选题】
字符"计算机程序设计基础"长度,应使用下列()函数。

TAB
STR
LEN
INSTR
【单选题】
长度为n字符S第i个位置插入另外一个字符,i合法值应该是( )。

i>0
i≤n
1≤i≤n
1≤i≤n+1
【单选题】
直流励式起动机励”( )。

吸引线圈和保持线圈串联连接
励磁绕组和电枢绕组串联连接
吸引线圈和电枢绕组串联连接
【单选题】
直流励式起动机励”

励磁绕组和电枢绕组串联连接
吸引线圈和保持线圈串联连接
吸引线圈和电枢绕组串联连接
【单选题】
下列对字符定义,错误()

char str[5]=abcde;
char str[ ]=abcde;
char *str =abcde;
char str[ ]={’a’,’b’,’c’,’d’,’e’,’\0’};
【单选题】
字符采用结点大小为1链表作为其存储结构,( )。

链表长度为1
链表只存放1个字符
链表每个链结点数据域中不仅只存放了一个字符
链表每个链结点数据域中只存放了一个字符
【单选题】
字符数组s不能作为字符使用(   )

<imgwidth="135"height="26"v:shapes="图片_x0020_75"src="http://wljy.whut.edu.cn/uploadfiles/word/cyy02-60.files/image070.png">
<imgwidth="149"height="21"v:shapes="图片_x0020_76"src="http://wljy.whut.edu.cn/uploadfiles/word/cyy02-60.files/image071.png">
<imgwidth="293"height="25"v:shapes="图片_x0020_77"src="http://wljy.whut.edu.cn/uploadfiles/word/cyy02-60.files/image072.png">
<imgwidth="291"height="24"v:shapes="图片_x0020_78"src="http://wljy.whut.edu.cn/uploadfiles/word/cyy02-60.files/image073.png">
【判断题】
字符处理函数strcpy(s1,s2)功能字符1接到字符2后面。

正确
错误
【单选题】
()为非法字符常量。

<imgwidth="22"height="26"v:shapes="图片_x0020_119"src="http://wljy.whut.edu.cn/uploadfiles/word/cyy01-60.files/image122.png">
<imgwidth="25"height="24"v:shapes="图片_x0020_120"src="http://wljy.whut.edu.cn/uploadfiles/word/cyy01-60.files/image123.png">
<imgwidth="29"height="24"v:shapes="图片_x0020_121"src="http://wljy.whut.edu.cn/uploadfiles/word/cyy01-60.files/image124.png">
<imgwidth="52"height="29"v:shapes="图片_x0020_122"src="http://wljy.whut.edu.cn/uploadfiles/word/cyy01-60.files/image125.png">
【单选题】
用于从字符右边截取字符函数()。

Right()
Trim()
Left()
Ltrim()