按值传递的被调函数中形参的变化将导致主调函数中相应实参的变化。The change of the parameter value in the subroutine will result in th

10 查阅

按值传递的被调函数中形参的变化将导致主调函数中相应实参的变化。The change of the parameter value in the subroutine will result in the change of the corresponding argument in the calling module.

A.正确

B.错误

参考答案:

答案:错误