Computer Science, asked by sunitagupta54637, 10 months ago

Will a For loop execute without initialization? Explain with suitable examples.

Answers

Answered by ss7386709
2

Answer:

no....a for loop cannot execute without initialisation.

Explanation:

var. number=1

for(number<=10; number++)[

]

Answered by ndjaat2007
0

Answer:

Answer is in above pic....................

Attachments:
Similar questions