Write a C function called count______which takes a pointer to a string, and counts the blanks (i.e., spaces) in the string. The function returns the number of blanks (i.e., spaces) in the string.