Tooey5492 Tooey5492 26-03-2024 Computers and Technology contestada 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.