What is the output of the following code?int main(){int a=10, b=20;if(!(!a) && a) printf("%d",a);else printf("%d",b);}
Not registered? Create an account
Forgot Password?
Already a registered user? Login