Friday 21 December 2012

assignments in recursion

1)write a C program to find the sum of the 'N' numbers using Recursion?
2)Write a C program to find the reverse of a number using Recursion?
output: Enter a number 123
Reverse of a number 321
3)Write a C program to find the binary of a given integer
number using recursion?

No comments:

Post a Comment