What is the output of following code? int main() { int a=5,b=7; if(!(a-5) || (b-4)) { printf("Fifa WC"); } else { printf("NBA"); } }
Not registered? Create an account
Forgot Password?
Already a registered user? Login