And another addition: all C keywords (and function names from the standard function library) are written in lowercase.
As C is case-sensitive, Return 0; isn't valid, and has to be written like return 0; instead.
As already told you by tuse, you have to put a return statement inside a function's body, to fix your code, you take a look at tuse's post, and you move the return statement inside your main function.
(Take into account that you have to write it in lowercase!)
Last edited by tux4life; Jul 11th, 2009 at 6:53 pm.
Reputation Points: 2125
Solved Threads: 243
Postaholic
Offline 2,105 posts
since Feb 2009