[单项选择题] 以下能正确定义数据类型SystemInfo的代码是()。

[单项选择题] 以下能正确定义数据类型SystemInfo的代码是()。,第1张

[单项选择题] 以下能正确定义数据类型SystemInfo的代码是( )。

[单项选择题] 以下能正确定义数据类型SystemInfo的代码是( )。

A.Type SystemInfo

DiskDrives As String*10

Memory As Long

End Type

B.Type SystemInfo

DiskDrives As String*10

Memory As Long

End SystemInfo

C.Type SystemInfo

DiskDrives String*10

Memory Long

End Type SystemInfo

D.Typedef SystemInfo

DiskDnves String*10

MemoryLong

End Type

正确答案:

A

参考解析:

本题考查自定义类型的定义。自定义类型要求以Type开始,以End Type结束,在两者之间包含有各个成员的说明,要求字符串定义为定长字符串,同时每个成员的类型以“As”引出。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5589053.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-14
下一篇 2022-12-15

发表评论

登录后才能评论

评论列表(0条)

保存