单项选择题
有以下程序 main() { char s[]="\n123 \ \"; printf("%d,%d\n",strlen(s),sizeof(s)); } 执行后输出结果是 ()
A. 赋初值的字符串有错 B. 6,7 C. 5,6 D. 6,6
A.7 B.6 C.8 D. 无确定值