I can't seem to understand why strcmp doesnt return 65 in the case of strcmp("A", "")
, but returns 1 instead.
while strcmp("A", "B")
does a substitution returning -1.
I can't seem to understand why strcmp doesnt return 65 in the case of strcmp("A", "")
, but returns 1 instead.
while strcmp("A", "B")
does a substitution returning -1.