Page 1 of 1

Count the number of words and characters in a given string using pointers. int *WordCount(char *Text, int *size); solve

Posted: Sun May 15, 2022 1:16 pm
by answerhappygod
Count the number of words and characters in a given string using
pointers.
int *WordCount(char *Text, int *size);
solve in c using function and pointer