printf ("[char pointer] points to %p, which contains the integer %d\n", char_pointer, *char_pointer); char_pointer = char_pointer + 1;
確定! 回上一頁