按引用专递的被调函数中形参的变化将导致调用函数中相应实参的变化。Changes in reference parameters in subroutines will result in changes in the corresponding argum

按引用专递的被调函数中形参的变化将导致调用函数中相应实参的变化。Changes in reference parameters in subroutines will result in changes in the corresponding arguments in the calling module.

A.正确

B.错误

正确答案:正确

猜你喜欢