filmov
tv
C Strings 26: Count the number of punctuation characters in a string [C Programming]

Показать описание
Write a program in C to count the number of punctuation characters in a string
Expected Output :
Input a string : The quick brown fox, jumps over the, lazy dog.
Total punctuations : 3
=================================================
Expected Output :
Input a string : The quick brown fox, jumps over the, lazy dog.
Total punctuations : 3
=================================================