单选题
以下程序的输出结果是______。
# include <stdio, h>
# include <string, h>
main()
{ char str[12]={'s', 't', 'r', 'i', 'n', 'g'};
printf("% d/n", strlen(str)); }
A.6
B.7
C.11
D.12
A
B
C
D
【正确答案】
A
【答案解析】
提交答案
关闭