int length(int array[]) { return sizeof(array) / sizeof(int); } int main() { int ... 那麼,為什麼函式 sizeof(array) 中的 length 返回 array 的指標大小?
確定! 回上一頁