Why can't I just declare a function without specifying the return type? Surely the C compiler would be able to figure out the type from what I am returning.
Name:
Anonymous2011-10-14 6:22
>>7
It has got more to do with the standard library than the compiler. Really, you shouldn't do that.