当前位置:在线题库搜索>[单选题]设有以下函数过程Private Function Fun(a()As Integer,b As String)As IntegerEhd Function若已有变量声明:Dim x(5)As Integer,n As Integer,ch As String则下面正确的过程凋用语句是的答案是什么?

问题:

[单选题]设有以下函数过程Private Function Fun(a()As Integer,b As String)As IntegerEhd 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)

参考答案: A

相关内容