--- In [email protected], "thides" <[EMAIL PROTECTED]> wrote:
>
> --- In [email protected], kathir resh <resh_personal@> wrote:
> >
> > what is the diff between static int and int ...
> >    
> >   int main()
> >   {
> >    static int=5;
> >     i--;
> >   if(i)
> 
> i is not defined
> 
> >     printf("returning main() %d",main());
> 
> calling main() from main() is not a good idea
> 
> >   return 0;
> >   }
> > 

<A>In this you are taking int as static which can be enable to whole
program which you written but if you take only int then it will be
applicable to only that function.   </A>
> >   plz explain th eprocess in detail.
> > 
> >        
> > ---------------------------------
> >  Unlimited freedom, unlimited storage. Get it now
> > 
> > [Non-text portions of this message have been removed]
> >
>


Reply via email to