In the example provided here, the strings are of different. I just wanted to ask what happens when at some index the array elements differ as in
char * str1 = "Hello";
char * str2 = "Helio";
j = strcmp(str1, str2);