A silly little utility

Eduardo Tongson propolice at gmail.com
Mon Aug 22 12:08:33 PDT 2005


> 
> Why does this program compile without including stdio.h ?
> 
> Does it matter if the variable declarations come before
> or after 'main()'?
> 
> Any problems with the style or the logic of the code?
> 

gcc will complain because of the implicit printf
and a missing return value.

--ed






More information about the Submit mailing list