试题详情

以下语句中存在语法错误的是()。

Achar ss[6][20];ss[1]= "right? ";

Bchar ss[][20]={ "right? "};

Cchar *ss[6];ss[1]= "right? ";

Dchar *ss[]={"right? "};