填空题 以下程序的输出结果是 1
   main()
   {  char ch[3] [5]={"AAAA","BBB","CC"};
      printf("/%s\n",ch[l]) ;
   }
  • 1、
【正确答案】 1、BBB    
【答案解析】