main() { if ( "abc" == "abc" ) { printf("The two are the same.\n"); } else { printf("The two are not the same.\n"); } }