#includestudio.h
#includestdlib.h
Void main ()
{
int i,fact;
fact=1;
for(i=0;i5;i--){
fact=fact×i;
}
printf(" %d",fact);
}
}

Posted on by