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

asked
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.

answered
User Luciano Borges
by
7.8k points

No related questions found