Computer Science, asked by crazzygirl9836, 10 months ago

The initialization expression initializes the loop and it is executed only once, as the loop begins.

Answers

Answered by AarthiraiPadikkasu
1

Answer:

it depends upon condition and updation part.when one value can be loop once and execute any condition.for (int i=0;i<5;i++)

it is exected from 0 to 4...

Similar questions