const 限定符和指針結合起來常見的情況有以下幾種。 const int *a; int const *a;. 這兩種寫法是一樣的, a 是一個指向 const int 型的指針, a 所指向的內存單元不可 ...
確定! 回上一頁