问题
-
下列符号常量的声明中,不合法的是 A.Const a As Single=1.1B.Const a=”0K” C.Const
-
在VB中,以下关于符号常量的声明正确的是 ()A.Const TAG as StringB.Const TAG as String=&qu
-
下列符号常量的声明中 不合法的是A.Const a As Single=1.1B.Const a=OKC.Const a As Double=Si
-
以下关于局部变量的叙述中错误的是()。A.在过程中用Dim语句或Static语句声明的变量是局部变量B.局
-
下列符号常量的声明中 ______ 是不合法的。A.Const a As Single =1.1B.Const d As Integer =“12”C
-
下列语句中 错误的是()。A.const int buffer=256;B.const double *point;C.int const buffer=256;