题目内容

Double x[3][5];,则x数组中行下标的下限为1,列下标的上限为5

A. 对
B. 错

查看答案
更多问题

函数strlen(“ABC\n456\\\x78\n”)的返回值是13

A. 对
B. 错

函数strcmp(“ABCD”,”ABCDE”)的返回值是1

A. 对
B. 错

程序void main( ) {int a[5]={1,2,3};printf(“%d\n”,a[3]);}的输出结果是3

A. 对
B. 错

定义字符数组arr,数组大小为20,应写为char arr[20]

A. 对
B. 错

答案查题题库