應該是"引數"ㄅ~ power (10); 呼叫power副程式,然後他的引數為一個常數10~ 如果power宣告為 power (int in) {...} in稱為"參數" 則10會轉型為int 若為power (float in) ...
www.programmer-club.com.tw