5. Find the missing condition:
#include<stdio.h>
int main()
int fact = 1, i=8;
do {
fact = fact * i
}while(_?);
printf("%d",fact);
}
output: 40320
Answers
Answered by
0
Answer:
muje ata tho me kar ke de tha
Explanation:
isliye sorry brother
Similar questions