how this code will work while(str1[j]!='\0') { count1[(str1[j]-'a')]++; j++; }
↧
how this code will work while(str1[j]!='\0') { count1[(str1[j]-'a')]++; j++; }