if(strcmp(string1, string2)) Equivalent to if(strcmp(string1, string2) == 0)

Printable View