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

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

A.正确

B.错误

正确答案:错误

猜你喜欢