C program to find factorial of number given by the user.

Here is the code for finding the factors of a given number :


Output:
Enter a number whose factorial you want: 5
   120

Comments

Popular posts from this blog

C++ programming toll plaza simulation program

C++ program to give you hug(pun intended)