没有搜到到结果?点击这里求解答/求资源。
【单选题】
假定有“char*p=“Hello”;”,若要输出这个字符串地址正确写法

cout<<*p;
cout<<p;
cout<<&p;
cout<< (void*)p;
【单选题】
字符数组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用来求字符串长度

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

<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">
【单选题】
下列关于字符串描述中,错误是()。

字符数组可以存放一个字符串
二维字符数组可以存放多个字符串
可以使用一个字符串给二维字符数组赋值
可以用一个字符串给二维字符数组初始化
【单选题】
一个关系:学生(学号,姓名,系别),规定学号值域是9个字符组成字符串,这规则属于( )。

A.实体完整性约束
B.参照完整性约束
C.用户自定义完整性约束
D.关键字完整性约束
【单选题】
Flash将字符串填充不同颜色,可先将字符串_______。

分离
组合
转换为元件
转换为按钮
【简答题】
从fp指向文件读入一个长度n-1字符串,存放到字符数组str中,调用形式[填空1]。

【单选题】
英文字母占用一个字符位置,而汉字则占用( )个字符位置

2
4
3
1
【单选题】
字符串输出函数是

getchar()
putchar()
getchars()
putchars()