![]() |
VOOZH | about |
int ispunct(int ch); ch: character to be checked. Return Value : function return nonzero if character is a punctuation character; otherwise zero is returned.
Sentence contains 2 punctuation characters.
All punctuation characters in C programming are:
! " # $ % & ' ( ) * +, - . / : ; ? @ [ \ ] ^ _ ` { | } ~