Computer Science, asked by durlabhswift0826, 4 months ago

will a for loop execute without initialization? explain with suitable examples.​

Answers

Answered by safwan9975
1

Answer:

no...a for loop cannot execute without initialization. here..the loop will not get executed because the initialization statement is missing... to wrtie the correct code....it is must to add the initalization statement..

Similar questions