试题详情

在下列对字符数组进行初始化中,( )是正确的。

Achar s1[ ]="abcd"

Bchar s2[3]="xyz"

Cchar s3[ ][ ]={‘a’, ‘x’, ‘y’}

Dchar s4[2][3]={"xyz","mnp"}