单项选择题

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];

相关考题