[单项选择题] 下列数据类型定义中,正确的是
A.Type StudentNum As LongName As String End Type
B.Type StudentNum As IntegerName As String * 10 End Type
C.Private TypeNum As LongScore As Single End Type
D.Private Type StudentName As StringScore(10)As String * 10 End Type
参考答案:
B问题解析:
自定义类型的一般格式为: Type<数据类型名> <成员名> As 类型名 …… End Type 根据自定义类型的格式可以排除C、D两项。成员名如果是字符串类型时,一般要指明字符串长度。排除选项A,只有B项是正确的。

![[单项选择题] 下列数据类型定义中,正确的是 [单项选择题] 下列数据类型定义中,正确的是](http://www.mshxw.com/aiimages/31/257986.png)
