#includestdio.h void main( ) { int a=20, b=5, c=3; if((ab) && (ac)) printf("A is greater\n"); else if((ba) && (bc)) printf("B is greater\n"); else if((ca) && (cb)) printf("C is greater\n"); else } printf("All are equal\n");
Not registered? Create an account
Forgot Password?
Already a registered user? Login