#includestdio.h int main() { int s={1,2,3}; if(s!=1) printf("hi"); else if((++s)==2) printf("hello"); else printf("hihello"); }
Not registered? Create an account
Forgot Password?
Already a registered user? Login