+ 1
What will be the output of following code?
What will be the output of following code ? #include <stdio.h> int main() { int i; for(i=0;i<8;i++){ printf ('%d',i);} return 0; }
2 Respuestas
+ 6
~ swim ~ 😂😂😂😂😂😂
+ 1
It will print out all the numbers between 0 and 7