You can input string with white spaces by simply using ***scanf(" %[^\n]s",s);***It will read string up to the newline character. Note the space before the '%' ...
確定! 回上一頁