What will be the out of this code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What will be the out of this code?

#include <stdio.h> int main() { int i=0; for (;i<=5;i++); printf ("%d",i); return 0; }

1st May 2017, 9:21 AM
kothiya meet
kothiya meet - avatar
2 Answers
+ 15
6
1st May 2017, 9:25 AM
Hatsy Rei
Hatsy Rei - avatar
0
6
1st May 2017, 9:27 AM
kothiya meet
kothiya meet - avatar