Hi all

I have one doubt
why automatic variables are assigned with garbage values?

I mean static variables are assigned with zero(during load time), whereas automatic variables are visible...