dimanche 24 octobre 2021

Compare string with ">", "<", "=" in c

I want to know what is compared when we have s1 > s2 and what is the result (for example when we compare chars their ASCII corresponding codes are compared). I read that with this operation are compared the first chars of s1 and s2, but if I try to compare with s1[0] > s2[0] the result is different, then it cannot be that.

Aucun commentaire:

Enregistrer un commentaire