char *one_string; one_string = malloc(14);. 的話,就可以把指標變數one_string當作one_string[14]這樣的陣列(字串)來用。
確定! 回上一頁