Write the syntax of for construct.
Answers
Answered by
2
Answer:
Next, the condition is evaluated. If it is true, the body of the loop is executed. If it is false, the body of the loop does not execute and the flow of control jumps to the next statement just after the 'for' loop. After the body of the 'for' loop executes, the flow of control jumps back up to the increment statement.
Answered by
1
Answer:
Next, the condition is evaluated. If it is true, the body of the loop is executed. If it is false, the body of the loop does not execute and the flow of control jumps to the next statement just after the 'for' loop. After the body of the 'for' loop executes, the flow of control jumps back up to the increment statement.
Similar questions
Social Sciences,
2 months ago
Hindi,
2 months ago
Science,
5 months ago
Social Sciences,
10 months ago
Chemistry,
10 months ago