#include<stdio.h>void main(){ int a=0,b=1,c; if(a&&(b=5)) c=1; else c=2;printf("%d %d %d",a,b,c);}
Not registered? Create an account
Forgot Password?
Already a registered user? Login