雖然宣告指標時,C 習慣將 * 前置在變數名稱前,不過 n 的型態是 int* , s 的型態 ... printf("n 的位址:%p\n", &n); printf("p 儲存的位址:%p\n", p); return 0; }.
確定! 回上一頁