Computer Science, asked by chitrabi, 17 days ago

Choose the correct working principle of a for loop.
i. However, if the test expression is evaluated to true, statements inside the body of the for loop are executed, and the modifier expression is updated.
ii. Then, the test expression is evaluated. If the test expression is evaluated to false, the for loop is terminated.
iii. The initialization statement is executed only once.
iv. Again the test expression is evaluated.

Answers

Answered by singhsachin7868
0

Answer:

the initialization statement is executed only once

Similar questions