tags: `blog`, `programming-note` 字串(字元陣列char str[])與字元指標(char* ... #include <stdio.h> int main(){ char* str = NULL; gets(str); printf("%s\n", ...
確定! 回上一頁