On Fri, 2007-11-23 at 06:24 +0000, sivag9 wrote:
> 
> hi everybody,
> i have one qs
> 
> fun(int i)
> {
> printf("%d",i)
> fun(i);
> }
> 
> what the o/p and what happend to the stack. 

Well, for one thing, this will eat up all your computer memory...

Reply via email to