问题详情
下面的过程定义语句中不合法的是()。
A.Sub Para(ByVal n() )
B.Sub Para(n) As Integer
C.Function Para(ByVal n)
D.Function Para(proc1)
请帮忙给出正确答案和分析,谢谢!