what is the code to implement this function?
countCharInText
Counts the frequency of a character in a text
the prototype is
int countCharInText (char* text, int size, char toCount);
countCharInText
Counts the frequency of a character in a text
the prototype is
int countCharInText (char* text, int size, char toCount);
Comment