compare char c code example
Example 1: compare two chars c
strcmp(char, char);
Example 2: string compare in c
strcmp(str1, str2) = 32
strcmp(str1, str3) = 0
strcmp(char, char);
strcmp(str1, str2) = 32
strcmp(str1, str3) = 0