单项选择题
Which expressions are correct to declare an array of 10 String objects? ()
A. char str[];
B. char str[][];
C. String str[];
D. String str[10];
点击查看答案&解析
相关考题
