设程序中有如下数组定义和过程调用语句: Dim a(10) as integer …… Call p(a) 如下过程定义中

题目

设程序中有如下数组定义和过程调用语句:

Dim a(10) as integer

……

Call p(a)

如下过程定义中,正确的是

A)Private Sub p(a as integer)

B)Private Sub p(a() as integer)

C)Private Sub p(a(10) as integer)

D)Private Sub p(a(n) as integer)

更多“设程序中有如下数组定义和过程调用语句: Dim a(10) as integer …… Call p(a) 如下过程定义中 ”相关问题