单项选择题
以下定义常量不正确的语句是()
A.Const Num As Integer=200
B.Const Num1 As Long=200, Sstr$="World"
C.Const Sstr$="World"
D.Const Num$=#World#
点击查看答案&解析
相关考题
-
单项选择题
数据类型为Long的数据在内存中占用的字节数为()
A.1
B.2
C.4
D.8 -
单项选择题
都是VB.NET中的数据类型的选项是()
A.Short、Integer、Long、Float、Double
B.Short、Int、Long、Single、Double
C.Integer、Long、Single、Double、Decimal
D.Boolen、Byte、Bit、Decimal、Date -
问答题
简述.NET框架应用程序种类
