Predict the output of the following code
#include stdio.h

int main() {
int i;
for(i=0;i=8;i++);
printf("%d",i);

return 0;
}

Posted on by