Rather than reading a string from standard input, as gets does, fgets reads it from a specified stream, up to and including a newline character. It stores the ...
確定! 回上一頁