English, asked by devyanshinamdev545, 3 months ago

a __c what is alphabate​

Answers

Answered by Anonymous
6

Answer:

The isalpha() function checks whether a character is an alphabet or not. In C programming, isalpha() function checks whether a character is an alphabet (a to z and A-Z) or not. If a character passed to isalpha() is an alphabet, it returns a non-zero integer, if not it returns 0.

Similar questions