相关考题
-
单项选择题
声明符号常量应该用关键字()。
A、Static
B、Const
C、Private
D、Variant -
单项选择题
语句PrintFormat(“Hello World”,“>”)的输出结果是()。
A、hello WORLD
B、hello world
C、HELLO WORLD
D、HELLO world -
单项选择题
函数String(n,"str")的功能是()。
A、把数值型数据转换为字符串
B、返回由n个字符组成的字符串
C、从字符串中取出n个字符
D、从字符串中第n个字符的位置开始取子字符串
