下列符号常量的声明中,( )是不合法的。
A.Consta As Single=1.1
B.Consta As Integer="12"
C.Consta As Double=Sin(1)
D.Consta="OK"
第1题:
下列符号常量的声明中,( )是不合法的。
A.Const a As Single=1.1
B.Const As Integer="12"
C.Const a AS Double=Sin(1)
D.Const a="OK"
第2题:
用const修饰的标识符称为符号常量因为符号常量同样需要系统为其分配内存,所以又称为const变量符号常量在使用之前一定要先进行声明。
第3题:
6、在VB.NET中有三种常量:______、用户声明的符号常量、系统提供的常量。
第4题:
都是VB.NET中的数据类型的选项是()
AShort、Integer、Long、Float、Double
BShort、Int、Long、Single、Double
CInteger、Long、Single、Double、Decimal
DBoolen、Byte、Bit、Decimal、Date
第5题:
在VB.NET中有三种常量:______、用户声明的符号常量、系统提供的常量。