#include <stdio.h> void main(){int x = 2, y = 0;int z =(y++) ? 2: y ==1 && x;printf("%d",z); }
Not registered? Create an account
Forgot Password?
Already a registered user? Login