A、只有在標(biāo)準(zhǔn)模塊中用Public語(yǔ)句說(shuō)明的變量才是全局變量。 B、在標(biāo)準(zhǔn)模塊的通用聲明處可用Private語(yǔ)句說(shuō)明模塊級(jí)變量。 C、在窗體的通用聲明處可用Private語(yǔ)句說(shuō)明窗體級(jí)變量。 D、在過(guò)程中不能使用Public語(yǔ)句說(shuō)明全局變量
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