Examveda

Which is true about isaplpha(c), where c is an int that can be represented as an unsigned?
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


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output