What will be the output of the following code? static int I = 5;
main() { int sum = 0 do { sum + = (1/i); }while(0 < I> printf(“sum of the series is %d”, sum); }
Answer: C
No answer description available for this question.