28. 下列哪一種傳遞參數的方法是將實際參數的位址傳遞給副程式? (A) 以址傳遞( call by address ) (B) 以值傳遞( call by value ) (C) 以參照傳遞( call by reference ) (D) 傳回值( return value )