注意, 雖然指標的內容是整數(記憶體位址), 但是在printf() 中顯示指標內容必須使用%p, 不是%d. 上面程式在TutorialsPoint 執行結果未初始化指標內容是nil ...
確定! 回上一頁