+ 2
What is init??
4 Answers
+ 6
Init stands for initialization. Any variable has to be initialized first before its usage. The initialization can be done explicitly outside the for loop or within the loop.
+ 2
initialization
+ 1
init is nothing but the initialization of the loop variable
0
its parameter