单项选择题
A. char sl[]="abcd"; B. char s2[3]="xy2"; C. char s3[] []='a','x','y'; D. char s4[2] [3]="xyz","mnp";