hi everybody,
  i have one qs

fun(int i)
{
  printf("%d",i)
 fun(i);
}

what the o/p and what happend to the stack.  
     

Reply via email to