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;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login