I wanna make the histogram of the word using array. If word is "DOG" , the output of histogram(DOG) is pointer of array . For example , cnt[26] ={0,0,0,1,0,0,0,0,