Computer Science, asked by vanshsharma3677, 3 months ago

Initialization is part of any loop​

Answers

Answered by sreyasinharkl
3

hello

True

The initialization is an expression that initializes the loop — it's executed once at the beginning of the loop. ... When the expression evaluates to false , the loop terminates. Finally, increment is an expression that gets invoked after each iteration through the loop.

I hope my answer helps you....

Answered by gumnaambadshah
4

answer

The initialization is an expression that initializes the loop — it's executed once at the beginning of the loop. The termination expression determines when to terminate the loop. When the expression evaluates to false , the loop terminates.

PLEASE FOLLOW ME✌✌

Similar questions