strcmp —
int strcmp(str1, str2);string str1;string str2;
int strcmp(
)
Compares string str1 with string str2
Parameters
The first string
The second string
A positive integer if s1 > s2, 0 if s1 == s2, a negative integer if s1 s2
method.ansi.strncmp