单选题 有以下程序   main( )   { char s[ ]="/n123 / /";    printf("%d,%d/n",strlen(s),sizeof(s));   }   执行后输出结果是( )。
【正确答案】 C
【答案解析】