23 考慮下列 C 語言的函數(Function)原型(Prototype)的宣告 int foo(int **a, float b[ ], int c); 此副程式 foo 的參數傳遞方法,依序分別為: (A)傳值、傳址、傳值 (B)傳址、傳值、傳值 (C)傳址、傳址、傳值 (D)傳值、傳址、傳址