-
Which is true about isaplpha(ch), where ch is an int that can be represented as an unsigned?
char or EOF.isalpha(ch) returns
-
- 0 if ch is not alphabetic
- Non-zero if ch is alphabetic
- Both 0 if ch is not alphabetic & Non-zero if ch is alphabetic
- Non-zero if d is alphabetic
- None of these
Correct Option: C
Both 0 if ch is not alphabetic & Non-zero if ch is alphabetic