If we write for(i=0;i<10;i++); printf("%d",i); what will be the output?
Answers
Answered by
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.
So that will work as a single line.
Hence output is 10.
This answer may be help you.
Similar questions