double factorial_recursive_c(int x);
double factorial_iterative_c(int x);
