The recursion will run 10 times printing nothing. Then ones it returns on the 10th one. It will start printing from 0 to -8 (As i is static).
On Aug 31, 6:33 pm, ravi maggon <[email protected]> wrote: > Ans would be 0000000000, keep in mind that i is static variable. > > On Wed, Aug 31, 2011 at 6:59 PM, rohit <[email protected]> wrote: > > 123456789 > > > -- > > 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/-/OsL6-Vp91qoJ. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > >http://groups.google.com/group/algogeeks?hl=en. > > -- > > Regards > Ravi Maggon > Final Year, B.E. CSE > Thapar University -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
