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:26
>>8
Why not? It saves me few keystrokes to pass length everywhere.