下面程序段的运行结果是()。  char a[7]= “abcdef”;  char b[4]= “ABC”;  strcpy(a,b);  printf(“%c”,a[5]);
A:f
B:e
C:/0
D:∪(∪表示空格)
出自:考研