---------------------------------------------------------------------------------- The return value of fgetc(), getc(), ungetc(), getchar() etc. is an integer value. If this return value is stored in a character variable and then compared to compared to EOF, which is an integer, the comparison maybe be false. Reference: - Ticket #160 - http://www.cplusplus.com/reference/cstdio/fgetc/ - http://www
source not stored for this graph (policy: none)