Write a C# program to create a recursive function to find the factorial of a given number
belongs to collection: All function programs in c# with an examples
All Answers
total answers (1)
belongs to collection: All function programs in c# with an examples
total answers (1)
I have used Visual Studio 2012 for debugging purpose. But you can use any version of visul studio as per your availability..
Result:
Enter a number : 5
The factorial of number 5 is 120
need an explanation for this answer? contact us directly to get an explanation for this answer