当前位置:在线题库搜索>[单选题]要想在过程Proc调用后返回形参x和Y的变化结果,下列定义语句中正确的是(  )。【考点5过程调用与参数传递】的答案是什么?

问题:

[单选题]要想在过程Proc调用后返回形参x和Y的变化结果,下列定义语句中正确的是(  )。【考点5过程调用与参数传递】

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)

参考答案: A

相关内容