My question is regarding a statement which I am having trouble understanding.
The statement is :
count[str[j]]++
where:
- count is a count array I took to count each char in a string,
- str is my given string, and
- j is loop.
If someone can explain the whole statement that will be good.