Posted inC/C++ Calculating Factorials in C Simple C program that calculates the factorial of any number: #include int main() { int fat, n; printf("Enter a value for which you want to calculate your factorial: "); scanf("%d",… Posted by Lucas 18 August 2011