A、Functionf(ByValnAsInteger) B、Functionf(ByValnAsInteger)AsInteger C、Subf(ByValn()AsInteger) D、Subf(nAsInteger)AsInteger
A、PrivateFunctionmx(a()AsInteger)AsInteger B、PrivateFunctionmx(ByVala(12)AsInteger)AsInteger C、PrivateFunctionmx(a(12)AsInteger)AsInteger D、PrivateFunctionmx(ByVala()AsInteger)AsInteger
A、遞歸過(guò)程既可以是遞歸Function過(guò)程,也可以是遞歸Sub過(guò)程 B、在Sub或Function過(guò)程中不能再定義其他Sub或Function過(guò)程 C、在調(diào)用過(guò)程時(shí),形參為數(shù)組的參數(shù)對(duì)應(yīng)的實(shí)參只能是數(shù)組 D、在調(diào)用過(guò)程時(shí),與使用ByRef說(shuō)明的形參對(duì)應(yīng)的實(shí)參只能按地址傳遞方式結(jié)合