puts(str) is equivalent to fputs(str, stdout) , except that a new-line character is written to stdout after the last character of str .
確定! 回上一頁