问题详情
下列符号常量的声明中,不合法的是
A.Const a As Single=1.1
B.Const a=”0K”
C.Const a As Double=Sin(1)
D.Const a As Integer=“12”