Predict the output of the snippet;
#includestdio.h
int main()
{
int i;
for(i=2;i=10;i+=2);
printf("%d\n",i) ;
return 0;
}

Posted on by