#C problems
02-Mar-91 01:10:10
Sb: #8026-#C problems
Fm: Don Curtis/SYSOP 76703,4321
To: Henry Williams 73527,1446
Henry,
In reference to the printf error…re-type the line. You may have
a hidden character in there (such as a control character) that your editor
doesn't display.
In reference to the getchar() call, you should always flush
standard input before using getchar() since the default is buffered i/o.
Don