单项选择题

对于正在使用的动态数组a(n),要增加3个数组元素,又要保留原来数组中的值,则下列语句正确的是()

A.Dim a(n+3)
B.ReDim a(n+3)
C.Dim Preserve a(n+3)
D.ReDim Preserve a(n+3)