scanf("%s", char_array_name); stores the characters from stdin into char_array_name until white space is encountered. scanf("%[^\n]", ...
確定! 回上一頁