Array: Difference between revisions

Content deleted Content added
No edit summary
m →‎C: some cmt fix
Line 24:
while (!feof(any_text))
if (is_a_letter(ch))
/* if the char is a letter, then increase character slot in the freq table: */
frequency[ch-'A'] += 1;