Quote:
Originally Posted by twowheels
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.