What will be the out of this code? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответов
+ 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