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