单项选择题

下面程序的执行结果是()。

A.-5 6
B.-5 -5
C.10 0
D.10 1

<上一题 目录 下一题>
热门 试题

单项选择题
假定用下面的语句打开文件: Open “File1.txt” For Input As #1 则不能正确读文件的语句是()。

A.Input #1,ch5
B.Line Input #1,ch5
C.ch$=Input5(5,#1)
D.Read #1,ch$

单项选择题
设有以下函数过程 Private Function Fun(a() as integer,b as string)as integer …… End Function 若已有变量声明: Dim x(5) as Integer,n as Integer ,ch as string 则下面正确的过程调用语句是( )。

A.x(0)=Fun(x,”ch”)
B.n=Fun(n,ch)
C.call Fun x,”ch”
D.n=Fun(x(5),ch)

相关试题
  • 窗体上已有名称分别为Dri、,e1、Dir1、F...
  • 在关系A(S, SN, D) 和关系B(D, C...
  • 在窗体上有1个名称为Command1的命令按钮...
  • 以下程序的功能是:先将随机产生的10个不...
  • 在窗体上画1个名称为Command1的命令按钮...