单选题 下面程序段的运行结果是(    )。
   char a[7]="abcdef",b[4]="ABC";
   strcpy(a,b) ;
   printf("/%c",a[5]);
   (A)空格    (B)\0    (C)e    (D)f
【正确答案】 D
【答案解析】