Vidyalelo
C Programming · Q87

File Input Output

Programming · C Programming · question 87

Q87

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
Answer
D.
None of the mentioned

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board