The format specifier "%[^\n]" tells to the compiler that read the characters until "\n" is not found. ... See the output, now program is able to read complete ...
確定! 回上一頁