View Single Post
Old 02-20-2015, 04:53 PM   #18
ApK
Award-Winning Participant
ApK ought to be getting tired of karma fortunes by now.ApK ought to be getting tired of karma fortunes by now.ApK ought to be getting tired of karma fortunes by now.ApK ought to be getting tired of karma fortunes by now.ApK ought to be getting tired of karma fortunes by now.ApK ought to be getting tired of karma fortunes by now.ApK ought to be getting tired of karma fortunes by now.ApK ought to be getting tired of karma fortunes by now.ApK ought to be getting tired of karma fortunes by now.ApK ought to be getting tired of karma fortunes by now.ApK ought to be getting tired of karma fortunes by now.
 
Posts: 7,393
Karma: 68715774
Join Date: Feb 2010
Location: NJ, USA
Device: Kindle
Quote:
Originally Posted by twowheels View Post
int main() { return 0; } // I didn't know back then about the implicit return value
It's good you didn't. Much better coding practice to state your return value explicitly.

Besides, wasn't C's int return value undefined? At least back then?

OK, as you were.
ApK is offline   Reply With Quote