What will be the output of the program? int main() { if(0) printf("welcome to c"); if(-1) printf("all d best \n"); else if(1) printf("for good learning \n"); else printf("best of luck"); return 0; }
Not registered? Create an account
Forgot Password?
Already a registered user? Login