Compare them character by character using ASCII values
Return:
0 if all characters are the same and both strings end at the same time
If mismatched: ASCII difference of the first mismatched characters. I.e.positive value if the first non-matching character in string a is greater than that in string b or negative value (vice-versa)