char array [] = "string"; Const char * c = array; // pointer to an object that can not be changed C [1] = 'A'; // You can not, because the ...
確定! 回上一頁