ispunct and isspace functions in c





This video tutorial explains the character related function available in c such as ispunct and isspace functions.
You will learn how to check whether a character is a punctuation character or not using ispunct function, how to check whether a character is a whitespace character or not using isspace function.
Tutorial begins with the syntax of the ispunct and isspace functions and then explains the usage of them with examples in detail.