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