Computer Science, asked by saranguna28, 9 months ago

#include

int main(){

int i, fact=1;
for(i=1;i<=5;i++){

fact *= i
}
printf("%d ",fact);
return 0;
}

Answers

Answered by Vanshika24022007
1

Explanation:

what do you want to ask

unable to understand the question

Similar questions