[单选题]
下列哪个语句是声明一个含有10个String对象的数组? ( )
A.char str[];
B.char str[][];
C.String str[]=new String[10];
D.String str[10];
参考答案与解析: