单项选择题

已知在“通用”代码有以下语句:
Dim stu()As String
则,在某一事件代码中使用()是正确的。

A.ReDim stu(120) 
B.ReDim  stu(4,120) 
C.ReDim stu( ) 
D.ReDim stu( ) As  Integer