单项选择题

下列数组说明语句正确的是

A.Dim g(0,-5)As Single
B.Dim h(100 To 100,100)As String
C.Dim x(5)As Integer
ReDim x(10)As Integer
D.Dim y()
ReDim y