> 
> 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

Reply via email to