what is the diff between static int and int ...
int main()
{
static int=5;
i--;
if(i)
printf("returning main() %d",main());
return 0;
}
plz explain th eprocess in detail.
---------------------------------
Unlimited freedom, unlimited storage. Get it now
[Non-text portions of this message have been removed]
