Scanf only reads from standard inputs, not any file. It is also important to note that fgets only reads a line of text at a given time from a file. Scanf, on ...
確定! 回上一頁