A.不能延伸网络可操作的距离
B.不能过滤网络流量
C.不能在网络上发送变弱的信号
D.不能放大变弱的信号
第1题:
3、按值传递的被调函数中形参的变化将导致主调函数中相应实参的变化。 The change of the parameter value in the subroutine will result in the change of the corresponding argument in the calling module.
第2题:
4、按引用专递的被调函数中形参的变化将导致调用函数中相应实参的变化。 Changes in reference parameters in subroutines will result in changes in the corresponding arguments in the calling module.
第3题:
【单选题】以下是关于函数调用的叙述,正确的是________。(第6章 函数程序设计)
A.当实参值为0时,函数调用可以省略实参
B.函数调用时,实参和形参按照名称对应传值
C.要在被调用函数中对主调函数进行函数声明
D.函数调用时,实参和形参按照参数位置对应传值,与名称无关
第4题:
按引用专递的被调函数中形参的变化将导致调用函数中相应实参的变化。 Changes in reference parameters in subroutines will result in changes in the corresponding arguments in the calling module.
第5题:
有参函数中,在定义函数时函数名后面括号中的变量名称为(),在主调函数中调用一个函数时,函数名后面括号中的参数称为()。在调用时将()的值传给()。
A.实参、形参、实参、形参
B.形参、实参、实参、形参
C.实参、形参、形参、实参
D.实参、形参、实参