填空题 以下程序段的输出结果是 1
   char s[]="\\101\101abc\t";
   printf("/%d\n",strlen(s));
  • 1、
【正确答案】 1、9    
【答案解析】