# include <stdio.h> int main () { int n, i; unsigned long long fact = 1 ; printf ( "Enter an integer: " ); sc…