Which is true about isaplpha(c), where c is an int that can be represented as an unsigned?
char or EOF.isalpha(c) returns
char or EOF.isalpha(c) returns
A. Non-zero if c is alphabetic
B. 0 if c is not alphabetic
C. Both Non-zero if c is alphabetic & 0 if c is not alphabetic
D. None of the mentioned
Answer: Option C
Join The Discussion