有以下程序
Main()

有以下程序
Main()
{ char s[]="\n123\\";
Printf("%d,%d\n",strlen(s),sizeof(s));
}
执行后输出结果是______。

A.赋初值的字符串有错

B.6,7

C.5,6

D.6,6

正确答案是C