A-A+

(27 )要想在过程 Proc 调用后返回形参 x 和 Y 的变化结果 下列定义语句中正确的是A ) Sub Proc

2023-01-02 18:49:52 IT认证 阅读

问题详情

(27 )要想在过程 Proc 调用后返回形参 x 和 Y 的变化结果,下列定义语句中正确的是

A ) Sub Proc (x as Integer,y as Integer )

B ) Sub Proc (ByVal x as Integer, y as Integer )

C ) Sub Proc (x as Integer,Byval y as Integer )

D ) Sub Proc (Byval x as Integer, Byval y as Integer )

请帮忙给出正确答案和分析,谢谢!

参考答案

考点: