单项选择题

以下各选项中能正确声明一个表示50个值为null的字符串数组的是( )。

A.string [] a;
B.string a[];
C.ehar a[50][];
D.string a[]=new String[50];
热门 试题