i was just wondering how to fix my program... If user wants to enter another string (e.g. shorter one), some characters are left in the array, and the count of vowels, consonants and white spaces is not accurate. Is there a way to --- i don't know -- count the chars in the array? Without using anything from ctype.h? What can I do?

thanks...