Name: Anonymous 2011-07-15 1:55
If the length of my input exceeds the limit provided in fgets, is the input which is not read stored in the buffer for a later read, or trashed?
fgets (fast gets) is slow. Use sfgets (super fast gets) instead.