Showing posts with label isalpha(). Show all posts
Showing posts with label isalpha(). Show all posts

Thursday, February 25, 2021

, , ,

Example program for isalpha in c - Function In C

 The isalpha() function in  programming is used to check whether a character is an alphabet or not.If a character is prove that it is an is an alphabet with the help of isalpha() function in c then it return non zero integer otherwise it gives zero. This function is define in the <ctype.h>...