[单选题]
以下程序的输出结果是______。 main() { char str[12]={'s','t','r','i','n','g'}; printf("%d/n",strlen(str)); }
A.6
B.7
C.11
D.12
参考答案与解析: