Examveda

Which is true about isupper(c), where c is an int that can be represented as an unsigned?
char or EOF.isupper(c) returns

A. Non-zero if c is upper case

B. 0 if c is not upper case

C. Nothing

D. Both Non-zero if c is upper case & 0 if c is not upper case

Answer: Option D


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output