50.8k views
0 votes
Write c program to check character is alphabate or not?​

User Lavante
by
8.1k points

1 Answer

4 votes

Lookup the isalpha() function in the C standard library, this function will check and return non-zero for alphabetic characters.

User Luciano Borges
by
7.8k points

No related questions found