#include
int main(){
int i, fact=1;
for(i=1;i<=5;i++){
fact *= i
}
printf("%d ",fact);
return 0;
}
Answers
Answered by
1
Explanation:
what do you want to ask
unable to understand the question
Similar questions