没有搜到到结果?点击这里求解答/求资源。
【单选题】
一个长度n字符串,需要至少占用多少字节存储空间?

n-1
n
n+1
2n
【单选题】
长度n字符串S第i个位置插入另外一个字符串,i合法值应该是( )。

i>0
i≤n
1≤i≤n
1≤i≤n+1
【判断题】
字符串“study”长度是6。

正确
错误
【判断题】
函数strcpy用来求字符串长度

正确
错误
【简答题】
从fp指向文件读入一个长度n-1字符串,存放到字符数组str中,调用形式[填空1]。

【单选题】
设有一个字符串S=Welcome to Shenyang!,问该长度( )。

18
19
20
21
【单选题】
()非法字符串常量。

<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">
【判断题】
C语言中没有字符串类型,也没有字符串变量,字符串是存放在字符型数组中

正确
错误
【判断题】
字符串"AB"与"ab"是两个相等字符串

正确
错误
【单选题】
字符串It\s\40an\40apple.\n中包含有( )个字符

21
18
16
15