Computer Science, asked by shakibhussain515, 7 months ago

Will a loop execute without initialization explain with suitable example

Answers

Answered by raginikri2007
1

Answer:

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