单项选择题
要调用字符串函数时,在#include命令行中应包含()
A.”stdio.h”
B.”string.h”
C.”math.h”
D.”ctype.h”
点击查看答案
相关考题
-
单项选择题
表达式strlen(”hello”)的值是()
A.4
B.5
C.6
D.7 -
单项选择题
数组定义为inta[2][3]={1,2,3,4,5,6},数组元素()的值为1。
A.a[1][2]
B.a[1][1]
C.a[2][3]
D.a[0][0] -
单项选择题
数组定义为“inta[4];”,表达式()是错误的。
A.*a
B.a[0]
C.a
D.a++
