if (string1 == string2)
is this right way to compare two string
if (strcmp(string1, string2))?
if (strcmp(string1, string2))
or this way to compare two string?
please help me
Aucun commentaire:
Enregistrer un commentaire