1) Read string with spaces by using "%[^\n]" format specifier ... The format specifier "%[^\n]" tells to the compiler that read the characters until "\n" is not ...
確定! 回上一頁