C 語言無法讓函式回傳整個陣列值,但可以藉由回傳陣列的位址指標,達到回傳陣列的 ... i<6; ++i ) { r[i] = rand(); printf( "r[%d] = %d\n", i, r[i]); } return r; } ...
確定! 回上一頁