#includestdio.h int main() { char str[7] = "nothing"; if(str == "if block") printf("if"); else printf("else"); return 0; }
Not registered? Create an account
Forgot Password?
Already a registered user? Login