#include stdio.hint main() { int a = 1; int b = 0; int output; if (a == 1 && b == 1) { output = 1; } else { output = 0; } printf("a = %d, b = %d, output = %d\n", a, b, output); return 0;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login