字元陣列常數指標(Char Array Const Pointer) ... const char* str = "Hello"; ... 後者是一個char 指標,指向 "Hello World" 這個字串常數的起始記憶體位置。
確定! 回上一頁