I am making a program in C that finds out the number of sentences in a string by searching for punctuation marks. I am using ispunct() to find punctuation. However, it is no