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、在調用過程時,形參為數組的參數對應的實參只能是數組 D、在調用過程時,與使用ByRef說明的形參對應的實參只能按地址傳遞方式結合
A、按地址 B、ByRef C、按值 D、按形參