scanf () reads exactly what you asked it to, leaving the following \n from the end of that line in the buffer where fgets() will read it.
確定! 回上一頁