Chinese, asked by rishasaikia95, 5 months ago

c. Will a for loop execute without initialization? Explain with suitable examples.​

Answers

Answered by kerkettamukti6
2

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