Algorithms_in_C++ 1.0.0
Set of algorithms implemented in C++.
|
C++ program to find factorial of given number. More...
#include <iostream>
Functions | |
unsigned int | factorial (unsigned int n) |
int | main () |
C++ program to find factorial of given number.
unsigned int factorial | ( | unsigned int | n | ) |