Why does fgets stores backspace when it reaches \n?

前端 未结 0 1664
囚心锁ツ
囚心锁ツ 2020-12-19 19:57

I know that fgets stops when either (n-1) characters are read (n = the length of the buffer), the newline character is read, or the end-of-file is reached, whic

相关标签:
回答
  • 消灭零回复
提交回复
热议问题