Monday, February 24, 2014

To find factorial of the number using recursion

If we want to find the factorial of any num using recursion theorem&nbsp; this can be done in this way:<br />
for eg factorial of 5=5*4*3*2*1 <br />

the source code of the program is :<br />
<br />
<br />

No comments:

Post a Comment