scanf () reads input until it encounters whitespace, newline or End Of File(EOF) whereas gets() reads input until it encounters newline or ...
確定! 回上一頁