Quote:
Originally Posted by briff
the question is... how do i declare the prototype before my main body?
Same as the function but add a semicolon before it.
Quote:
Originally Posted by briff
i still have a question on fflush(stdin)
It flushes the input buffer.