What is wrong with using feof() to control a read loop? For example: Best Answer while(!feof) is wrong because it tests for something that is irrelevant and fails to test for something...
  • March 4, 2022
  • 0 Comments