Showing posts with label ispunct. Show all posts
Showing posts with label ispunct. Show all posts

Saturday, March 6, 2021

, , , , ,

Example program for ispunct in c

 The ispunct() function in c programming checks whether a character is a punctuation mark or not.Syntax for ispunct() in cint ispunct(int argument);it returns a non-zero integer if given characters to ispunct() in c is an punctuation otherwise return 0.Example for Program to check punctuation with...