--- In [email protected], kathir resh <[EMAIL PROTECTED]> 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;
>   }
>    
>   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