Code::Blocks Forums
User forums => Help => Topic started by: srikanth on April 13, 2013, 09:55:14 am
-
I got this message when I built and ran Hello World program in C. What does it mean?
-
That your Hello world program has 12 as return-value !
-
(:D)
Look at that man page srikanth, you should understand : http://man7.org/linux/man-pages/man3/sprintf.3.html
-
Ok had it sorted out. Forgot to type int main(void) and include return 0; in the body of the main function.