Factorial
From Programming In C
[edit]
Exercise 3.2
Write a program to calculate the factorial of a given integer. The integer should be inputted from the keyboard. Investigate what the largest number for which factorial can be correctly calculated is. Modify your program so that it rejects an inputted number that is too large and demands a new value.
