#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
English,
4 months ago
Math,
4 months ago
Computer Science,
4 months ago
Hindi,
9 months ago
Math,
1 year ago