Math, asked by Mohitkhan590, 1 year ago

If we write for(i=0;i<10;i++); printf("%d",i); what will be the output?

Answers

Answered by LUP
0
This will not work as a loop because the (;) is behind the loop.
So that will work as a single line.
Hence output is 10.
This answer may be help you.
Similar questions