单项选择题

A.Dim a AS Integer,b,c AS String
B.Dim a%,b$,c As Integer
C.Dim a,b As Integer,c As String
D.Dim a$,b As Integer,c As String