下列哪个语句是声明了一个含有10个string对象的数组()。
A:char str[];
B:char str[][];
C:string str[]=newstring[10];
D:string str[10];
出自:计算机科学