unsigned int fact_recursif (unsigned int x); unsigned int fact_iteratif (unsigned int x);