单项选择题
下面程序段的运行结果是()。 chara[7]=";abcdef";; charb[4]=";ABC";; strcpy(a,b); printf(";%c";,a[4]);
A. (其中 表示空格) B.\0 C.e D.f