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、遞歸過程既可以是遞歸Function過程,也可以是遞歸Sub過程 B、在Sub或Function過程中不能再定義其他Sub或Function過程 C、在調(diào)用過程時,形參為數(shù)組的參數(shù)對應的實參只能是數(shù)組 D、在調(diào)用過程時,與使用ByRef說明的形參對應的實參只能按地址傳遞方式結(jié)合