Question: C Programming Assume there is a for loop that initializes the loop control variable to 50 and the condition part checks if i is greater
C Programming

Assume there is a for loop that initializes the loop control variable to 50 and the condition part checks if i is greater than 10 and the update part updates i to i 10 in each loop iteration. If the value of i is accumulated as the body of the for loop having the start value of total equal to zero, what will be the result of this accumulation? 150 zero O infinite 140 500
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
