单项选择题

下列符号常量的声明中,不合法的是

A.Const a As Single=1.1
B.Const a="OK"
C.Const a As Double=Sin(1)
D.Const a As Integer="12"