sry i got confused its 3 then 2 then 1. i thought its 321

On Thu, Jun 14, 2012 at 2:13 PM, Mahendra Sengar <sengar.m...@gmail.com>wrote:

> main()****
>
> {****
>
> static i=3;****
>
> printf("%d",i--);****
>
> return i>0 ? main():0;****
>
> }****
>
>
> the above code gives output 321
> Please Explain how?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/algogeeks/-/G-wUarnLpbEJ.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to