若有定義:chara[]="abcdef";charb[]="xyz";則以下程序段運(yùn)行后屏幕輸出為() strcpy(a,b); printf("%c",a[2]);
A.c B.z C.\0 D.d
A.6 B.7 C.8 D.9
A.ab B.abcef C.abc\0 D.abc