How to make array using pointer in c program?

后端 未结 0 577
慢半拍i
慢半拍i 2021-01-23 23:07

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,

相关标签:
回答
  • 消灭零回复
提交回复
热议问题