- 
Program to find number of words,vowels,spaces,special chars and consonants in sentence using C C language provides many libraries to handle strings. The libraries that we are going to be using are ctype and string. If you are working in C and you require to manipulate a string, ctype and string header files are your friends! Make use of them. Explanation The functions of ctype.h used in the program…